-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgae.json
More file actions
156 lines (156 loc) · 4.04 KB
/
gae.json
File metadata and controls
156 lines (156 loc) · 4.04 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"AppIDs": [
"goagenta"
],
"Password": "",
"SSLVerify": false,
"DisableIPv6": false,
"ForceIPv6": false,
"DisableHTTP2": true,
"ForceHTTP2": false,
"EnableQuic": false,
"EnableDeadProbe": true,
"EnableRemoteDNS": false,
"HostMap" : {
"google_hk": [
"mail.google.com",
"mail.l.google.com",
"maps.l.google.com",
"scholar.google.com",
"scholar.google.com.hk",
"www.l.google.com",
],
"google_cn": [
"www.g.cn",
"www.google.cn",
]
},
"SiteToAlias": {
"*.doubleclick.net": "google_cn",
"*.google-analytics.com": "google_cn",
"*.google.cn": "google_cn",
"*.googlesyndication.com": "google_cn",
"*.googletagmanager.com": "google_cn",
"*.googletagservices.com": "google_cn",
"csi.gstatic.com": "google_cn",
"fonts.gstatic.com": "google_cn",
"dl.google.com": "google_cn",
"fonts.googleapis.com": "google_cn",
"*.appspot.com": "google_hk",
"*.ggpht.com": "google_hk",
"*.google.com": "google_hk",
"*.google.co.jp": "google_hk",
"*.google.co.kr": "google_hk",
"*.google.co.uk": "google_hk",
"*.google.com.hk": "google_hk",
"*.google.com.sg": "google_hk",
"*.google.com.tw": "google_hk",
"*.googleapis.com": "google_hk",
"*.googlecode.com": "google_hk",
"*.googlegroups.com": "google_hk",
"*.googleusercontent.com": "google_hk",
"*.gstatic.com": "google_hk",
"*.ytimg.com": "google_hk",
"upload.youtube.com": "google_hk",
// "*.youtube.com": "google_hk",
},
"ForceGAE": [
// "*.drive.google.com",
"appengine.google.com",
"books.google.com",
"business.google.com",
"clients1.google.com",
"clients2.google.com",
"clients3.google.com",
"clients4.google.com",
"domains.google.com",
"plus.google.com/$",
"tools.google.com",
"www.google.com/maps",
"www.google.com/patents",
"youtube.googleapis.com",
],
"ForceBrotli": [
],
"TLSConfig": {
"Version": "TLSv1.2",
"ClientSessionCacheSize": 1024,
"Ciphers": [
"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256",
"TLS_RSA_WITH_AES_128_CBC_SHA256",
"TLS_RSA_WITH_AES_256_CBC_SHA256",
"TLS_RSA_WITH_3DES_EDE_CBC_SHA",
],
"ServerName": [
"download.windowsupdate.com",
"www.apple.com",
"www.bing.com",
"www.microsoft.com",
// "googleads.g.doubleclick.net",
// "pubads.g.doubleclick.net",
// "www.google-analytics.com",
// "ad.doubleclick.net",
// "appleid.apple.com",
// "hkg12s09-in-f14.1e100.net",
// "hkg12s09-in-f17.1e100.net",
// "hkg12s09-in-f3.1e100.net",
// "hkg12s09-in-f4.1e100.net",
],
},
"GoogleG2PKP": "7HIpactkIAq2Y49orFOOQKurWxmmSFZhBCoQYcRhJ3Y=",
"GoogleG3PKP": "f8NnEFZxQ4ExFOhSN7EiFWtiudZQVD2oY60uauV/n78=",
"FakeOptions": {
"*": [
"Access-Control-Allow-Credentials: true",
"Access-Control-Allow-Headers: Accept, Authorization, Content-Type, If-Modified-Since",
"Access-Control-Allow-Methods: GET, POST, HEAD, PUT, DELETE, OPTIONS, PATCH",
"Access-Control-Allow-Origin: *",
"Access-Control-Expose-Headers: Cache-Control, Content-Encoding, Content-Length, Content-Type, Date, Expires, Server, Vary, X-Google-GFE-Backend-Request-Cost, X-FB-Debug, X-Loader-Length",
"Access-Control-Max-Age: 1728000",
"Status: 200",
"Vary: Origin",
"Vary: X-Origin",
],
},
"DNSServers": [
"114.114.114.114",
"114.114.115.115",
"8.8.4.4",
"8.8.8.8",
"2001:4860:4860::8844",
"2001:4860:4860::8888",
"2001:470:20::2",
],
"IPBlackList": [
"159.106.121.75",
"203.98.7.65",
"243.185.187.39",
"37.61.54.158",
"59.24.3.173",
"46.82.174.68",
"78.16.49.15",
"8.7.198.45",
"93.46.8.89",
],
"Transport": {
"Dialer": {
"DNSCacheExpiry": 864000,
"DNSCacheSize": 8192,
"SocketReadBuffer": 0,
"DualStack": false,
"KeepAlive": 5,
"Level": 8,
"Timeout": 5,
},
"Proxy": {
"Enabled": false,
"URL": "socks5://127.0.0.1:1080",
},
"DisableKeepAlives": false,
"IdleConnTimeout": 5,
"MaxIdleConnsPerHost": 32,
"ResponseHeaderTimeout": 16,
"RetryDelay": 0.5,
"RetryTimes": 3,
}
}