summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yubiserve.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/yubiserve.cfg b/yubiserve.cfg
index 6ff8296..569ade1 100644
--- a/yubiserve.cfg
+++ b/yubiserve.cfg
@@ -1,6 +1,6 @@
yubiservePORT = 8700;
yubiserveSSLPORT = 8701;
-yubiserveHOST = '0.0.0.0';
+yubiserveHOST = '127.0.0.1';
yubiDB = 'sqlite';
#yubiDB = 'mysql';
yubiMySQLHost = 'localhost';