Browse Source

explicit-exit-notify (#152)

* Update server.conf

Notify the client that when the server restarts so it can automatically reconnect.

* Update server.conf
master
QingfengLee 6 years ago committed by Chocobozzz
parent
commit
5e2d5e4d0e
  1. 4
      installation/server.conf

4
installation/server.conf

@ -88,3 +88,7 @@ max-clients 50
# Run this scripts when the client connects/disconnects
client-connect scripts/connect.sh
client-disconnect scripts/disconnect.sh
# Notify the client that when the server restarts so it
# can automatically reconnect.
explicit-exit-notify 1

Loading…
Cancel
Save