From 5e2d5e4d0efd1d4ed07eb63399d735ce96cec866 Mon Sep 17 00:00:00 2001 From: QingfengLee Date: Sat, 26 Oct 2019 16:48:36 +0800 Subject: [PATCH] explicit-exit-notify (#152) * Update server.conf Notify the client that when the server restarts so it can automatically reconnect. * Update server.conf --- installation/server.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installation/server.conf b/installation/server.conf index 041de41..5fcf597 100644 --- a/installation/server.conf +++ b/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