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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user