fix: allow connections from lan by default

this option allow clients connect to hiddify's web-ui through ip addresses other than localhost loopback.
This commit is contained in:
Kaveh Dadgar
2024-09-08 13:28:02 +03:30
committed by GitHub
parent 6c6964001a
commit ca6ee4b01c

View File

@@ -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",