Browse Source

Update easyinstall

PowerMX 4 years ago
parent
commit
99c1ddecd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      easyinstall

+ 1 - 1
easyinstall

@@ -8,7 +8,7 @@ echo 'Desinstalacion completa'
 fi
 if [ "'$1'" == start ]
 then
-screen -dmS bad badvpn-udpgw --listen-addr 127.0.0.1:7300 --max-clients 1000 --max-connections-for-client 1000 --client-socket-sndbuf 5300000 --udp-mtu 9000
+screen -dmS bad badvpn-udpgw --listen-addr 127.0.0.1:7300 --max-clients 1000 --max-connections-for-client 1000 --client-socket-sndbuf 0 --udp-mtu 9000
 echo 'Badvpn iniciando en el puerto 7300'
 fi
 if [ "'$1'" == stop ]