From e7f729334c19f547ea54401b6bac25c9a03064bf Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 11 Dec 2015 11:51:59 +0000 Subject: listen only on localhost --- yubiserve.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3