molon пре 4 година
родитељ
комит
a4a2f0a23e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -98,7 +98,7 @@ echo "Internal ip = ${IP4}. Exteranl sub for ip6 = ${IP6}"
 echo "How many proxy do you want to create? Example 500"
 read COUNT
 
-FIRST_PORT=20000
+FIRST_PORT=10000
 LAST_PORT=$(($FIRST_PORT + $COUNT))
 
 gen_data >$WORKDIR/data.txt