change timeout, and dns no need to proxy

This commit is contained in:
fancy
2020-05-03 15:05:56 +08:00
parent aa5ca6f204
commit d5ea832b4f
3 changed files with 9 additions and 2 deletions

View File

@@ -21,6 +21,13 @@
"port": "53", "port": "53",
"type": "field" "type": "field"
}, },
{
"inboundTag": [
"dns_inbound"
],
"outboundTag": "outBound_DIRECT",
"type": "field"
},
{ {
"domain": [ "domain": [
"geosite:google", "geosite:google",

View File

@@ -9,7 +9,7 @@
"followRedirect": true, "followRedirect": true,
"network": "tcp,udp", "network": "tcp,udp",
"port": 0, "port": 0,
"timeout": 0, "timeout": 300,
"userLevel": 0 "userLevel": 0
}, },
"sniffing": { "sniffing": {

View File

@@ -9,7 +9,7 @@
"followRedirect": true, "followRedirect": true,
"network": "tcp,udp", "network": "tcp,udp",
"port": 0, "port": 0,
"timeout": 0, "timeout": 300,
"userLevel": 0 "userLevel": 0
}, },
"sniffing": { "sniffing": {