mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-22 22:38:05 +03:00
Prettified Code!
This commit is contained in:
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user