Browse Source

Update easyinstall

Option
PowerMX 5 years ago
parent
commit
d9f5d99792
1 changed files with 1 additions and 1 deletions
  1. 1 1
      easyinstall

+ 1 - 1
easyinstall

@@ -2,7 +2,7 @@
 echo "#!/bin/bash
 if [ "'$1'" == start ]
 then
-screen -dmS screen /bin/badvpn-udpgw --listen-addr 127.0.0.1:7300 --max-clients 1000 --max-connections-for-client 10
+screen -dmS screen /bin/badvpn-udpgw --listen-addr 127.0.0.1:7300 --max-clients 1000 --max-connections-for-client 999
 echo 'Badvpn iniciando en el puerto 7300'
 fi
 if [ "'$1'" == stop ]