From 21c299ec9d924be43f106c18b7d5888b67613848 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 21 Feb 2024 21:17:12 +0100 Subject: [PATCH] Edit bindIP from 0.0.0.0 to 127.0.0.1 for security reasons --- conf/config.sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.sample.yml b/conf/config.sample.yml index d4e9004..7d46464 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -99,7 +99,7 @@ pool: # --------------------------------------------------------------------- # Leave 0.0.0.0 for all interfaces -bindIP: 0.0.0.0 +bindIP: 127.0.0.1 # --------------------------------------------------------------------- # Log Level