From 84b21528f35b11a8ffbc50df54f5203637b1a2df Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 18 Jan 2024 03:51:58 +0100 Subject: [PATCH] fix bind ip to prevent reverse proxy bypass --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 335a298..47fe7cc 100644 --- a/conf/config.js +++ b/conf/config.js @@ -129,7 +129,7 @@ const conf = convict({ }, listen_address: { format: 'ipaddress', - default: '0.0.0.0', + default: '127.0.0.1', env: 'IP_ADDRESS' }, listen_port: {