1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-03 07:56:42 -05:00

update official config

This commit is contained in:
v2ray 2016-01-10 21:38:37 +01:00
parent 57709a5cdb
commit c061cf9f34

View File

@ -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"
} }
] ]