-
Notifications
You must be signed in to change notification settings - Fork 291
/
full.json
55 lines (55 loc) · 1.11 KB
/
full.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"log": {
"level": "warn",
"output": "realm.log"
},
"dns": {
"mode": "ipv4_only",
"protocol": "tcp_and_udp",
"nameservers": [
"8.8.8.8:53",
"8.8.4.4:53"
],
"min_ttl": 600,
"max_ttl": 3600,
"cache_size": 256
},
"network": {
"no_tcp": false,
"use_udp": true,
"ipv6_only": false,
"tcp_timeout": 5,
"udp_timeout": 30,
"send_proxy": true,
"send_proxy_version": 2,
"accept_proxy": true,
"accept_proxy_timeout": 5,
"tcp_keepalive": 15,
"tcp_keepalive_probe": 3
},
"endpoints": [
{
"listen": "0.0.0.0:5000",
"remote": "1.1.1.1:443",
"extra_remotes": [
"1.1.1.2:443",
"1.1.1.3:443"
],
"balance": "roundrobin: 4, 2, 1",
"through": "0.0.0.0",
"interface": "lo",
"listen_interface": "lo"
},
{
"listen": "0.0.0.0:10000",
"remote": "www.google.com:443",
"extra_remotes": [
"www.youtube.com:443"
],
"balance": "roundrobin: 2, 1",
"through": "0.0.0.0",
"interface": "wlan0",
"listen_interface": "lo"
}
]
}