Explorar o código

Update install.sh

Aslan Dukaev %!s(int64=5) %!d(string=hai) anos
pai
achega
474c675304
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      scripts/install.sh

+ 2 - 2
scripts/install.sh

@@ -88,8 +88,8 @@ WORKDIR="/home/proxy-installer"
 WORKDATA="${WORKDIR}/data.txt"
 mkdir $WORKDIR && cd $_
 
-IP4=$(curl -4 -s ifconfig.co)
-IP6=$(curl -6 -s ifconfig.co | cut -f1-4 -d':')
+IP4=$(curl -4 -s ifconfig.me)
+IP6=$(curl -6 -s ifconfig.me | cut -f1-4 -d':')
 
 echo "Internal ip = ${IP4}. Exteranl sub for ip6 = ${IP6}"