mojtabamoharami commited on
Commit
4aa3487
·
verified ·
1 Parent(s): 8d56f0a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -1,18 +1,18 @@
1
  {
2
- "log": { "level": "warn" },
3
  "dns": {
4
- "servers": ["8.8.8.8", "1.1.1.1"],
5
- "strategy": "ipv4_only"
 
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": [{ "type": "direct" }]
 
 
 
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
  }