mirror of https://github.com/XTLS/Xray-examples
parent
f58d98961a
commit
9d07415317
|
@ -147,7 +147,7 @@
|
||||||
{"outboundTag": "dns-out",
|
{"outboundTag": "dns-out",
|
||||||
"inboundTag": ["socks-in"], "port": 53
|
"inboundTag": ["socks-in"], "port": 53
|
||||||
},
|
},
|
||||||
{"outboundTag": "chain1-fragment",
|
{"outboundTag": "chain1-fragment", // or "super-fragment"
|
||||||
"inboundTag": ["dns-query"]
|
"inboundTag": ["dns-query"]
|
||||||
},
|
},
|
||||||
{"outboundTag": "block",
|
{"outboundTag": "block",
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
{"outboundTag": "udp-noises",
|
{"outboundTag": "udp-noises",
|
||||||
"network": "udp"
|
"network": "udp"
|
||||||
},
|
},
|
||||||
{"outboundTag": "chain1-fragment",
|
{"outboundTag": "chain1-fragment", // // or "super-fragment"
|
||||||
"network": "tcp"
|
"network": "tcp"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue