Jelajahi Sumber

Update install.sh

molon 4 tahun lalu
induk
melakukan
a4a2f0a23e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"
 echo "How many proxy do you want to create? Example 500"
 read COUNT
 read COUNT
 
 
-FIRST_PORT=20000
+FIRST_PORT=10000
 LAST_PORT=$(($FIRST_PORT + $COUNT))
 LAST_PORT=$(($FIRST_PORT + $COUNT))
 
 
 gen_data >$WORKDIR/data.txt
 gen_data >$WORKDIR/data.txt