forked from KANIKIG/steamsv.github.io
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.json.us
71 lines (71 loc) · 1.63 KB
/
config.json.us
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
{
"Mysql_Host": "dns1",
"Mysql_Port": 3306,
"Mysql_User": "xxx",
"Mysql_Password": "xxx",
"Mysql_Db": "xxx",
"Mysql_TLS": "false",
"Mysql_MaxOpenConns": 100,
"Mysql_MaxIdleConns": 10,
"CheckRate": 60,
"Mysql1_Host": "dns2",
"Mysql1_Port": 3306,
"Mysql1_User": "xxx",
"Mysql1_Password": "xxx",
"Mysql1_Db": "xxx",
"Mysql1_TLS": "false",
"Mysql1_MaxOpenConns": 100,
"Mysql1_MaxIdleConns": 10,
"FileLog": true,
"FileLogPath": "/root/unlock/log.txt",
"FileLogLimit": 1024,
"NetworkIPv4": "",
"NetworkIPv6": "",
"NetworkDDNS": "",
"DNSListenPort": 53,
"DNS" : [
"8.8.8.8:53",
"114.114.114.114:53"
],
"HTTPListenPort": 80,
"SNIListenPort": 443,
"Rules" : [
"netflix.com",
"netflix.net",
"nflximg.net",
"nflxvideo.net",
"nflxso.net",
"nflxext.com",
"nflximg.com",
"scdn.co",
"spotify.com",
"spoti.fi",
"hulu.com",
"huluim.com",
"hbonow.com",
"hbogo.com",
"hbomax.com",
"hbo.com",
"abc.com",
"amazon.com",
"amazon.co.uk",
"amazonvideo.com",
"disney.com",
"disneyjunior.com",
"disneyplus.com",
"disney-plus.net",
"dssott.com",
"bamgrid.com",
"amazonaws.com",
"go.com",
"starwave.com"
],
"RawIPSites" : [
"http://mgmt.unzoner.com",
"https://api.ipify.org/",
"http://bot.whatismyipaddress.com/"
],
"EnableDNSServer": true,
"EnableSNIProxy": true,
"EnableDebug": true
}