fix: strict route option to false

we can prevent the device becoming unreachable by setting this 
option to false instead of previous true value.
This commit is contained in:
Kaveh Dadgar
2024-09-08 13:23:57 +03:30
committed by GitHub
parent 2bca5e517a
commit 6c6964001a

View File

@@ -26,7 +26,7 @@
"local-dns-port": 6450,
"tun-implementation": "gvisor",
"mtu": 9000,
"strict-route": true,
"strict-route": false,
"connection-test-url": "http://cp.cloudflare.com/",
"url-test-interval": 600,
"enable-clash-api": true,