-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zone_pools.json
78 lines (67 loc) · 1.58 KB
/
zone_pools.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
{ "global": [
"0.pool.ntp.org",
"1.pool.ntp.org",
"2.pool.ntp.org",
"3.pool.ntp.org"
],
"europe": [
"0.europe.pool.ntp.org",
"1.europe.pool.ntp.org",
"2.europe.pool.ntp.org",
"3.europe.pool.ntp.org"
],
"uk": [
"0.uk.pool.ntp.org",
"1.uk.pool.ntp.org",
"2.uk.pool.ntp.org",
"3.uk.pool.ntp.org"
],
"usa": [
"0.us.pool.ntp.org",
"1.us.pool.ntp.org",
"2.us.pool.ntp.org",
"3.us.pool.ntp.org"
],
"canada": [
"0.ca.pool.ntp.org",
"1.ca.pool.ntp.org",
"2.ca.pool.ntp.org",
"3.ca.pool.ntp.org"
],
"germany": [
"0.de.pool.ntp.org",
"1.de.pool.ntp.org",
"2.de.pool.ntp.org",
"3.de.pool.ntp.org"
],
"syngapore": [
"0.sg.pool.ntp.org",
"1.sg.pool.ntp.org",
"2.sg.pool.ntp.org",
"3.sg.pool.ntp.org"
],
"australia": [
"0.oceania.pool.ntp.org",
"1.oceania.pool.ntp.org",
"2.oceania.pool.ntp.org",
"3.oceania.pool.ntp.org"
],
"japan" : [
"0.jp.pool.ntp.org",
"1.jp.pool.ntp.org",
"2.jp.pool.ntp.org",
"3.jp.pool.ntp.org"
],
"asia": [
"0.asia.pool.ntp.org",
"1.asia.pool.ntp.org",
"2.asia.pool.ntp.org",
"3.asia.pool.ntp.org"
],
"south_america": [
"0.south-america.pool.ntp.org",
"1.south-america.pool.ntp.org",
"2.south-america.pool.ntp.org",
"3.south-america.pool.ntp.org"
]
}