Spaces:
Paused
Paused
Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
{
|
| 2 |
-
"log": { "level": "warn" },
|
| 3 |
"dns": {
|
| 4 |
-
"servers": [
|
| 5 |
-
|
|
|
|
| 6 |
},
|
| 7 |
"inbounds": [{
|
| 8 |
"type": "vless",
|
| 9 |
"listen": "0.0.0.0",
|
| 10 |
"listen_port": 7860,
|
| 11 |
"users": [{ "uuid": "49e59f86-4d19-4957-9712-b2273d9036de" }],
|
| 12 |
-
"transport": {
|
| 13 |
-
"type": "grpc",
|
| 14 |
-
"service_name": "mojtaba-grpc"
|
| 15 |
-
}
|
| 16 |
}],
|
| 17 |
-
"outbounds": [
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"dns": {
|
| 3 |
+
"servers": [
|
| 4 |
+
{ "tag": "remote", "address": "https://8.8.8.8/dns-query", "detour": "proxy" }
|
| 5 |
+
]
|
| 6 |
},
|
| 7 |
"inbounds": [{
|
| 8 |
"type": "vless",
|
| 9 |
"listen": "0.0.0.0",
|
| 10 |
"listen_port": 7860,
|
| 11 |
"users": [{ "uuid": "49e59f86-4d19-4957-9712-b2273d9036de" }],
|
| 12 |
+
"transport": { "type": "ws", "path": "/mojtaba" }
|
|
|
|
|
|
|
|
|
|
| 13 |
}],
|
| 14 |
+
"outbounds": [
|
| 15 |
+
{ "type": "direct", "tag": "proxy" },
|
| 16 |
+
{ "type": "dns", "tag": "dns-out" }
|
| 17 |
+
]
|
| 18 |
}
|