From: Maxim Mamontov Date: Mon, 11 Apr 2011 13:40:49 +0000 (+0300) Subject: Fix default ListenWebIP value in sgauth.conf X-Git-Tag: 2.407-rc3~10 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/e576042f9955c05394c30c448aa430a25da22458 Fix default ListenWebIP value in sgauth.conf --- diff --git a/projects/sgauth/sgauth.conf b/projects/sgauth/sgauth.conf index 1b7d4356..0368ec02 100644 --- a/projects/sgauth/sgauth.conf +++ b/projects/sgauth/sgauth.conf @@ -29,7 +29,7 @@ Password=1234567 # #Default value 127.0.0.1 -ListenWebIP=0.0.0.0 +ListenWebIP=127.0.0.1 #Default value no DisableWeb=no