Skip to content

Commit

Permalink
Update openWRT_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi committed Sep 4, 2023
1 parent 080da97 commit a817fb7
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions openWRT_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ echo '# #'
echo '########################################################'

#Firewall Pihole Unbound Tor Transparentproxy
#-------------------------start---------------------------------------
ask_parameter $1 $2 $3 $4 $5 $6
install_update
#install_adguard
define_variables
customize_firmware
create_network
set_dhcp >/dev/null
view_config
#build_websites
set_tor
set_stubby
set_unbound
create_url_filter
set_firewall_rules
#set_mountpoints

view_config() {
echo
Expand Down Expand Up @@ -26532,6 +26516,23 @@ uci commit fstab
/etc/init.d/fstab boot
}

#-------------------------start---------------------------------------
ask_parameter $1 $2 $3 $4 $5 $6
install_update
#install_adguard
define_variables
customize_firmware
create_network
set_dhcp >/dev/null
view_config
#build_websites
set_tor
set_stubby
set_unbound
create_url_filter
set_firewall_rules
#set_mountpoints

clear
echo '########################################################'
echo '# #'
Expand Down

0 comments on commit a817fb7

Please sign in to comment.