Spaces:
Paused
Paused
Create config.json
Browse files- config.json +15 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"inbounds": [{
|
| 3 |
+
"port": 7860,
|
| 4 |
+
"protocol": "vless",
|
| 5 |
+
"settings": {
|
| 6 |
+
"clients": [{"id": "d8e3b1c4-7b2a-4f9e-bc5d-6a1e3f8b9c0d"}],
|
| 7 |
+
"decryption": "none"
|
| 8 |
+
},
|
| 9 |
+
"streamSettings": {
|
| 10 |
+
"network": "ws",
|
| 11 |
+
"wsSettings": { "path": "/api/v2/update" }
|
| 12 |
+
}
|
| 13 |
+
}],
|
| 14 |
+
"outbounds": [{ "protocol": "freedom" }]
|
| 15 |
+
}
|