-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.json.example
More file actions
57 lines (54 loc) · 1.52 KB
/
Copy pathconfig.json.example
File metadata and controls
57 lines (54 loc) · 1.52 KB
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
{
"as-upstream": false,
"listen-host": "127.0.0.1",
"listen-port": 1111,
"proxy-type": "ss",
"proxy-timeout": 30,
"proxy-scope": "bypassCN",
"bypass-hosts": [],
"bypass-src-ips": [],
"http-proxy-host": "",
"http-proxy-port": 8080,
"http-proxy-auth-user": "",
"http-proxy-auth-password": "",
"ss-host": "",
"ss-port": 8080,
"ss-cipher-method": "aes-256-cfb",
"ss-passwd": "passwd",
"ss2-host": "",
"ss2-port": 8080,
"ss2-cipher-method": "AEAD_CHACHA20_POLY1305",
"ss2-key": "key",
"ss2-password": "passwd"
"tls-host": "",
"tls-port": 443,
"tls-token": "",
"socks5-host": "127.0.0.1",
"socks5-port": 1080,
"socks5-auth-user": "",
"socks5-auth-password": "",
"dns-logging-file": "",
"cn-dns": "114.114.114.114",
"fq-dns": "8.8.8.8",
"enable-dns-cache": true,
"enforce-ttl": 3600,
"dns-prefetch-enable": true,
"dns-prefetch-count": 100,
"dns-prefetch-interval": 60,
"disable-qtypes": ["AAAA", "PTR"],
"force-fq": ["*.cloudfront.net", "*.amazonaws.com"],
"host-map": {},
"block-host-file": "",
"block-hosts": ["*.hpplay.cn"],
"active-eni": "",
"mode": "local",
"enable-stats": false,
"stats-port": 8810,
"stats-enable-tls-sni-sniffer": false,
"stats-enable-http-host-sniffer": false,
"upstream-type": "tls",
"upstream-tls-server-listen": "0.0.0.0:9999",
"upstream-tls-key": "server.key",
"upstream-tls-crt": "server.pem",
"upstream-tls-token": ""
}