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,
|
"enable-tun": true,
|
||||||
"mixed-port": 2334,
|
"mixed-port": 2334,
|
||||||
"tproxy-port": 2335,
|
"tproxy-port": 2335,
|
||||||
"allow-connection-from-lan": false,
|
"allow-connection-from-lan": true,
|
||||||
"tls-tricks": {
|
"tls-tricks": {
|
||||||
"enable-fragment": false,
|
"enable-fragment": false,
|
||||||
"fragment-size": "1-500",
|
"fragment-size": "1-500",
|
||||||
|
|||||||
Reference in New Issue
Block a user