v2rayN/v2rayN/ServiceLib/Sample/SampleInbound
2024-08-19 18:15:54 +08:00

18 lines
No EOL
248 B
Text

{
"tag": "tag1",
"port": 10808,
"protocol": "socks",
"listen": "127.0.0.1",
"settings": {
"auth": "noauth",
"udp": true,
"allowTransparent": false
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}