summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-12-11 11:51:59 +0000
committerdakkar <dakkar@thenautilus.net>2015-12-11 11:51:59 +0000
commite7f729334c19f547ea54401b6bac25c9a03064bf (patch)
tree86057a722253d9783c5888ea1d5a7e4cb9b22243
parentfix paramter parsing, more secure ssl (diff)
downloadyubico-yubiserve-e7f729334c19f547ea54401b6bac25c9a03064bf.tar.gz
yubico-yubiserve-e7f729334c19f547ea54401b6bac25c9a03064bf.tar.bz2
yubico-yubiserve-e7f729334c19f547ea54401b6bac25c9a03064bf.zip
listen only on localhost
-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';