mirror of
https://github.com/EvgenyNerush/easy-xray.git
synced 2026-09-01 21:15:18 +03:00
direct client bittorrent and udp to freedom
This commit is contained in:
@@ -42,19 +42,21 @@
|
||||
],
|
||||
"outboundTag": "api"
|
||||
},
|
||||
// guide udp traffic to `block` outbound
|
||||
{
|
||||
"type": "field",
|
||||
"network": "udp",
|
||||
"outboundTag": "block"
|
||||
},
|
||||
// block localhost connections through xray
|
||||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
// localhost connections
|
||||
"geoip:private"
|
||||
],
|
||||
"outboundTag": "block"
|
||||
},
|
||||
// guide bittorent traffic to `block` outbound
|
||||
{
|
||||
"type": "field",
|
||||
"protocol": [ "bittorrent" ],
|
||||
|
||||
Reference in New Issue
Block a user