1
0
mirror of synced 2024-11-25 14:26:09 +03:00
This commit is contained in:
hwdsl2 2022-05-10 09:03:00 -05:00
parent 857c6b9bea
commit 9ab949d61d
2 changed files with 0 additions and 18 deletions

View File

@ -197,14 +197,6 @@ check_client_name() {
fi fi
} }
check_iptables() {
if [ "$os_type" = "ubuntu" ] || [ "$os_type" = "debian" ] || [ "$os_type" = "raspbian" ]; then
if [ -x /sbin/iptables ] && ! iptables -nL INPUT >/dev/null 2>&1; then
exiterr "IPTables check failed. Reboot and re-run this script."
fi
fi
}
wait_for_apt() { wait_for_apt() {
count=0 count=0
apt_lk=/var/lib/apt/lists/lock apt_lk=/var/lib/apt/lists/lock
@ -298,7 +290,6 @@ vpnsetup() {
check_dns check_dns
check_server_dns check_server_dns
check_client_name check_client_name
check_iptables
install_pkgs install_pkgs
get_setup_url get_setup_url
run_setup run_setup

View File

@ -197,14 +197,6 @@ check_client_name() {
fi fi
} }
check_iptables() {
if [ "$os_type" = "ubuntu" ] || [ "$os_type" = "debian" ] || [ "$os_type" = "raspbian" ]; then
if [ -x /sbin/iptables ] && ! iptables -nL INPUT >/dev/null 2>&1; then
exiterr "IPTables check failed. Reboot and re-run this script."
fi
fi
}
wait_for_apt() { wait_for_apt() {
count=0 count=0
apt_lk=/var/lib/apt/lists/lock apt_lk=/var/lib/apt/lists/lock
@ -298,7 +290,6 @@ vpnsetup() {
check_dns check_dns
check_server_dns check_server_dns
check_client_name check_client_name
check_iptables
install_pkgs install_pkgs
get_setup_url get_setup_url
run_setup run_setup