-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
79 lines (79 loc) · 1.76 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
69
70
71
72
73
74
75
76
77
78
79
{
"protocol": "h2",
"server_name": "cloudflare-dns.com",
"disable_domain_sni": false,
"disable_certificate_validation": false,
"socket_addrs": "1.1.1.1:443",
"udp_socket_addrs": "127.0.0.1:53",
"custom_http_path": null,
"fragmenting": {
"enable": true,
"method": "random",
"sleep_interval_min": 10,
"sleep_interval_max": 100,
"fragment_size_min": 50,
"fragment_size_max": 100,
"segments": 2
},
"noise": {
"enable": true,
"ntype": "tracker",
"content": "google.com",
"packet_length": 1,
"packets": 1,
"sleep": 1000,
"continues": false
},
"ipv6": {
"enable": false,
"protocol": "h2",
"server_name": "cloudflare-dns.com",
"disable_domain_sni": false,
"disable_certificate_validation": false,
"socket_addrs": "[2606:4700:4700::1111]:443",
"udp_socket_addrs": "[::1]:53",
"custom_http_path": null,
"fragmenting": {
"enable": false,
"method": "random",
"sleep_interval_min": 10,
"sleep_interval_max": 100,
"fragment_size_min": 50,
"fragment_size_max": 100,
"segments": 2
},
"noise": {
"enable": false,
"ntype": "dns",
"content": "google.com",
"packet_length": 1,
"packets": 1,
"sleep": 1000,
"continues": false
}
},
"quic": {
"congestion_controller": "bbr",
"keep_alive_interval": 5,
"datagram_receive_buffer_size": 16384,
"datagram_send_buffer_size": 8192,
"connecting_timeout_sec": 2
},
"connection": {
"h1_multi_connections": 3,
"dot_nonblocking_dns_query_lifetime": 5,
"reconnect_sleep": 1,
"max_reconnect": 5,
"max_reconnect_sleep": 2
},
"doh_server": {
"enable": false,
"alpn": ["h2", "http/1.1"],
"listen_address": "127.0.0.1:443",
"certificate": "cert.crt",
"key": "key.pem",
"cache_control": "private, max-age=3600",
"log_errors": false
},
"rules": null
}