remove IPv6 Support

This commit is contained in:
CN-JS-HuiBai
2024-10-16 22:52:50 +08:00
parent 3b972eb4dc
commit 2878036b12

View File

@@ -87,7 +87,7 @@ wireguard_install(){
s2=$(cat spublickey)
c1=$(cat cprivatekey)
c2=$(cat cpublickey)
serverip=$(curl https://ddnsip.cn)
serverip=$(curl https://ipv4.ddnsip.cn)
port=$(rand 10000 60000)
eth=$(ls /sys/class/net | grep e | head -1)
chmod 777 -R /etc/wireguard