mirror of https://github.com/v2ray/v2ray-core
update official config
parent
57709a5cdb
commit
c061cf9f34
|
@ -32,16 +32,19 @@
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"port": 80,
|
"port": 80,
|
||||||
|
"network": "tcp",
|
||||||
"outboundTag": "pass"
|
"outboundTag": "pass"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"port": 443,
|
"port": 443,
|
||||||
|
"network": "tcp",
|
||||||
"outboundTag": "pass"
|
"outboundTag": "pass"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"port": 53,
|
"port": 53,
|
||||||
|
"network": "tcp,udp",
|
||||||
"outboundTag": "pass"
|
"outboundTag": "pass"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue