Browse Source

Revert "Update install.sh"

Aslan Dukaev 5 years ago
parent
commit
73d1227fa3
1 changed files with 2 additions and 2 deletions
  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.me)
-IP6=$(curl -6 -s ifconfig.me | cut -f1-4 -d':')
+IP4=$(curl -4 -s ifconfig.co)
+IP6=$(curl -6 -s ifconfig.co | cut -f1-4 -d':')
 
 echo "Internal ip = ${IP4}. Exteranl sub for ip6 = ${IP6}"