mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-21 06:55:46 +00:00
24 lines
No EOL
382 B
Text
24 lines
No EOL
382 B
Text
{
|
|
"tag": "tun",
|
|
"protocol": "tun",
|
|
"settings": {
|
|
"name": "xray_tun",
|
|
"MTU": 9000,
|
|
"gateway": [
|
|
"172.18.0.1/30",
|
|
"fdfe:dcba:9876::1/126"
|
|
],
|
|
"autoSystemRoutingTable": [
|
|
"0.0.0.0/0",
|
|
"::/0"
|
|
],
|
|
"autoOutboundsInterface": "auto"
|
|
},
|
|
"sniffing": {
|
|
"enabled": true,
|
|
"destOverride": [
|
|
"http",
|
|
"tls"
|
|
]
|
|
}
|
|
} |