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