Spaces:
Paused
Paused
Update x-ui-configs/config.json
Browse files- x-ui-configs/config.json +38 -0
x-ui-configs/config.json
CHANGED
|
@@ -29,6 +29,11 @@
|
|
| 29 |
"protocol": [
|
| 30 |
"bittorrent"
|
| 31 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
}
|
| 33 |
]
|
| 34 |
},
|
|
@@ -44,6 +49,27 @@
|
|
| 44 |
"streamSettings": null,
|
| 45 |
"tag": "api",
|
| 46 |
"sniffing": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
}
|
| 48 |
],
|
| 49 |
"outbounds": [
|
|
@@ -60,6 +86,18 @@
|
|
| 60 |
"tag": "blocked",
|
| 61 |
"protocol": "blackhole",
|
| 62 |
"settings": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
],
|
| 65 |
"transport": null,
|
|
|
|
| 29 |
"protocol": [
|
| 30 |
"bittorrent"
|
| 31 |
]
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"type": "field",
|
| 35 |
+
"network": "tcp,udp",
|
| 36 |
+
"outboundTag": "warp-out"
|
| 37 |
}
|
| 38 |
]
|
| 39 |
},
|
|
|
|
| 49 |
"streamSettings": null,
|
| 50 |
"tag": "api",
|
| 51 |
"sniffing": null
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"tag": "vless-in",
|
| 55 |
+
"port": 20001,
|
| 56 |
+
"listen": "0.0.0.0",
|
| 57 |
+
"protocol": "vless",
|
| 58 |
+
"settings": {
|
| 59 |
+
"clients": [
|
| 60 |
+
{
|
| 61 |
+
"id": "978b0df4-479f-452b-8cff-816ec34b04af",
|
| 62 |
+
"email": "user@example.com"
|
| 63 |
+
}
|
| 64 |
+
],
|
| 65 |
+
"decryption": "none"
|
| 66 |
+
},
|
| 67 |
+
"streamSettings": {
|
| 68 |
+
"network": "ws",
|
| 69 |
+
"wsSettings": {
|
| 70 |
+
"path": "/vds1client"
|
| 71 |
+
}
|
| 72 |
+
}
|
| 73 |
}
|
| 74 |
],
|
| 75 |
"outbounds": [
|
|
|
|
| 86 |
"tag": "blocked",
|
| 87 |
"protocol": "blackhole",
|
| 88 |
"settings": {}
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"protocol": "socks",
|
| 92 |
+
"settings": {
|
| 93 |
+
"servers": [
|
| 94 |
+
{
|
| 95 |
+
"address": "127.0.0.1",
|
| 96 |
+
"port": 1080
|
| 97 |
+
}
|
| 98 |
+
]
|
| 99 |
+
},
|
| 100 |
+
"tag": "warp-out"
|
| 101 |
}
|
| 102 |
],
|
| 103 |
"transport": null,
|