-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.example.json
More file actions
37 lines (37 loc) · 1.05 KB
/
Copy pathconfig.example.json
File metadata and controls
37 lines (37 loc) · 1.05 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
{
"Domains": [
"github.com",
"www.github.com",
"api.github.com",
"raw.githubusercontent.com",
"codeload.github.com",
"objects.githubusercontent.com",
"gist.github.com",
"gist.githubusercontent.com",
"cloud.githubusercontent.com",
"user-images.githubusercontent.com",
"avatars.githubusercontent.com",
"avatars0.githubusercontent.com",
"avatars1.githubusercontent.com",
"avatars2.githubusercontent.com",
"avatars3.githubusercontent.com",
"avatars4.githubusercontent.com",
"avatars5.githubusercontent.com",
"avatars6.githubusercontent.com",
"avatars7.githubusercontent.com",
"github.io",
"pkg.github.com",
"ghcr.io",
"github.community"
],
"DnsServers": [
"114.114.114.114",
"119.29.29.29",
"223.5.5.5",
"8.8.8.8",
"1.1.1.1"
],
"HostsPath": "C:\\Windows\\System32\\drivers\\etc\\hosts",
"MaxBackupCount": 10,
"TimeoutMs": 3000
}