remove IPv6 Support
This commit is contained in:
@@ -87,7 +87,7 @@ wireguard_install(){
|
|||||||
s2=$(cat spublickey)
|
s2=$(cat spublickey)
|
||||||
c1=$(cat cprivatekey)
|
c1=$(cat cprivatekey)
|
||||||
c2=$(cat cpublickey)
|
c2=$(cat cpublickey)
|
||||||
serverip=$(curl https://ddnsip.cn)
|
serverip=$(curl https://ipv4.ddnsip.cn)
|
||||||
port=$(rand 10000 60000)
|
port=$(rand 10000 60000)
|
||||||
eth=$(ls /sys/class/net | grep e | head -1)
|
eth=$(ls /sys/class/net | grep e | head -1)
|
||||||
chmod 777 -R /etc/wireguard
|
chmod 777 -R /etc/wireguard
|
||||||
|
|||||||
Reference in New Issue
Block a user