mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-04-23 10:11:04 +08:00
change timeout, and dns no need to proxy
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user