diff --git a/docs/config/inbounds/tun.md b/docs/config/inbounds/tun.md index a0dfd301..658c35e9 100644 --- a/docs/config/inbounds/tun.md +++ b/docs/config/inbounds/tun.md @@ -8,19 +8,10 @@ { "name": "xray0", "mtu": 1500, - "gateway": [ - "10.0.0.1/16", - "fc00::1/64" - ], - "dns": [ - "1.1.1.1", - "8.8.8.8" - ], + "gateway": ["10.0.0.1/16", "fc00::1/64"], + "dns": ["1.1.1.1", "8.8.8.8"], "userLevel": 0, - "autoSystemRoutingTable": [ - "0.0.0.0/0", - "::/0" - ], + "autoSystemRoutingTable": ["0.0.0.0/0", "::/0"], "autoOutboundsInterface": "auto" } ``` diff --git a/docs/en/config/inbounds/tun.md b/docs/en/config/inbounds/tun.md index 57268188..6f0e89f8 100644 --- a/docs/en/config/inbounds/tun.md +++ b/docs/en/config/inbounds/tun.md @@ -8,19 +8,10 @@ Creates a TUN interface; traffic sent to this interface will be processed by Xra { "name": "xray0", "mtu": 1500, - "gateway": [ - "10.0.0.1/16", - "fc00::1/64" - ], - "dns": [ - "1.1.1.1", - "8.8.8.8" - ], + "gateway": ["10.0.0.1/16", "fc00::1/64"], + "dns": ["1.1.1.1", "8.8.8.8"], "userLevel": 0, - "autoSystemRoutingTable": [ - "0.0.0.0/0", - "::/0" - ], + "autoSystemRoutingTable": ["0.0.0.0/0", "::/0"], "autoOutboundsInterface": "auto" } ``` diff --git a/docs/ru/config/inbounds/tun.md b/docs/ru/config/inbounds/tun.md index 1db8fbdd..e28c214a 100644 --- a/docs/ru/config/inbounds/tun.md +++ b/docs/ru/config/inbounds/tun.md @@ -8,19 +8,10 @@ { "name": "xray0", "mtu": 1500, - "gateway": [ - "10.0.0.1/16", - "fc00::1/64" - ], - "dns": [ - "1.1.1.1", - "8.8.8.8" - ], + "gateway": ["10.0.0.1/16", "fc00::1/64"], + "dns": ["1.1.1.1", "8.8.8.8"], "userLevel": 0, - "autoSystemRoutingTable": [ - "0.0.0.0/0", - "::/0" - ], + "autoSystemRoutingTable": ["0.0.0.0/0", "::/0"], "autoOutboundsInterface": "auto" } ```