@@ -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