mirror of
https://github.com/EvgenyNerush/easy-xray.git
synced 2024-11-21 16:25:23 +03:00
allow udp
This commit is contained in:
parent
4ec900a80d
commit
d128adb290
2 changed files with 13 additions and 13 deletions
|
@ -104,7 +104,7 @@
|
|||
"id": "client_id",
|
||||
"email": "client_email",
|
||||
"encryption": "none",
|
||||
"flow": "xtls-rprx-vision"
|
||||
"flow": "xtls-rprx-vision-udp443"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -154,12 +154,12 @@
|
|||
],
|
||||
"outboundTag": "api"
|
||||
},
|
||||
// guide udp traffic to `direct` outbound
|
||||
{
|
||||
"type": "field",
|
||||
"network": "udp",
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
// uncomment before installation to guide udp traffic to `direct` outbound
|
||||
//{
|
||||
// "type": "field",
|
||||
// "network": "udp",
|
||||
// "outboundTag": "direct"
|
||||
//},
|
||||
// block localhost connections through xray
|
||||
{
|
||||
"type": "field",
|
||||
|
|
|
@ -42,12 +42,12 @@
|
|||
],
|
||||
"outboundTag": "api"
|
||||
},
|
||||
// guide udp traffic to `block` outbound
|
||||
{
|
||||
"type": "field",
|
||||
"network": "udp",
|
||||
"outboundTag": "block"
|
||||
},
|
||||
// uncomment before installation to guide udp traffic to `block` outbound
|
||||
//{
|
||||
// "type": "field",
|
||||
// "network": "udp",
|
||||
// "outboundTag": "block"
|
||||
//},
|
||||
// block localhost connections through xray
|
||||
{
|
||||
"type": "field",
|
||||
|
|
Loading…
Reference in a new issue