Parcourir la source

Update easyinstall

PowerMX il y a 5 ans
Parent
commit
e206864865
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      easyinstall

+ 1 - 1
easyinstall

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