From 3f069118ca838f55d2ff8b02bededaea54c9d80f Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 12 Aug 2024 07:39:20 +0300 Subject: [PATCH] Remove pppoe check --- getdomains-check.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/getdomains-check.sh b/getdomains-check.sh index 3d6cedf..4cec9ad 100755 --- a/getdomains-check.sh +++ b/getdomains-check.sh @@ -94,11 +94,6 @@ if curl -6 -s https://ifconfig.io | egrep -q "(::)?[0-9a-fA-F]{1,4}(::?[0-9a-fA- checkpoint_false "IPv6 detected. This script does not currently work with IPv6" fi -# PPPoE -if uci show network.wan.proto | grep -q "pppoe"; then - checkpoint_false "PPPoE is used. That could be a problem" -fi - # Tunnels WIREGUARD=$(opkg list-installed | grep -c wireguard-tools ) if [ $WIREGUARD -eq 1 ]; then