mirror of https://github.com/XTLS/Xray-examples
enable udp
parent
eb229f5576
commit
fed1f84cc6
|
@ -6,7 +6,10 @@
|
||||||
{
|
{
|
||||||
"listen": "127.0.0.1",
|
"listen": "127.0.0.1",
|
||||||
"port": 10808,
|
"port": 10808,
|
||||||
"protocol": "socks"
|
"protocol": "socks",
|
||||||
|
"settings": {
|
||||||
|
"udp": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outbounds": [
|
"outbounds": [
|
||||||
|
|
Loading…
Reference in New Issue