From ca6ee4b01c53ae440d778ff1955ef9db1990d729 Mon Sep 17 00:00:00 2001 From: Kaveh Dadgar Date: Sun, 8 Sep 2024 13:28:02 +0330 Subject: [PATCH] fix: allow connections from lan by default this option allow clients connect to hiddify's web-ui through ip addresses other than localhost loopback. --- wrt/files/hiddify.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrt/files/hiddify.json b/wrt/files/hiddify.json index 33f63ca..e8d107e 100644 --- a/wrt/files/hiddify.json +++ b/wrt/files/hiddify.json @@ -4,7 +4,7 @@ "enable-tun": true, "mixed-port": 2334, "tproxy-port": 2335, - "allow-connection-from-lan": false, + "allow-connection-from-lan": true, "tls-tricks": { "enable-fragment": false, "fragment-size": "1-500",