direct client bittorrent and udp to freedom

This commit is contained in:
Evgeny Nerush
2024-01-28 13:09:50 +03:00
parent fde01d427b
commit eb57f3d082
2 changed files with 23 additions and 6 deletions
+3 -1
View File
@@ -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" ],