-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
68 lines (68 loc) · 1.3 KB
/
config.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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"protocol": "h2",
"server_name": "cloudflare-dns.com",
"socket_addrs": "1.1.1.1:443",
"udp_socket_addrs": "127.0.0.1:53",
"custom_http_path": "",
"fragmenting": {
"enable": true,
"method": "single"
},
"noise": {
"enable": true,
"ntype": "rand",
"content": "google.com",
"packet_length": 1,
"packets": 1,
"sleep": 1000,
"continues": false
},
"ipv6": {
"enable": false,
"protocol": "h2",
"server_name": "cloudflare-dns.com",
"socket_addrs": "[2001:4860:4860::8888]:443",
"udp_socket_addrs": "[::1]:53",
"custom_http_path": "",
"fragmenting": {
"enable": false,
"method": "single"
},
"noise": {
"enable": false,
"ntype": "rand",
"content": "google.com",
"packet_length": 1,
"packets": 3,
"sleep": 500,
"continues": false
}
},
"quic": {
"congestion_controller": "bbr",
"keep_alive_interval": 5,
"datagram_receive_buffer_size": 16777216,
"datagram_send_buffer_size": 8388608,
"connecting_timeout_sec": 2
},
"connection": {
"h1_multi_connections": 3,
"dot_nonblocking_dns_query_lifetime": 5,
"reconnect_sleep": 1,
"max_reconnect": 5,
"max_reconnect_sleep": 30
},
"rules": {
"enable": true,
"rule": [
{
"options": [
"googlesyndication",
"analytic",
"googletagmanager"
],
"target": "block"
}
]
}
}