-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCorefile
108 lines (95 loc) · 1.96 KB
/
Corefile
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
# only used for sdns root server update
.:8888 {
#tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
#root ./zones
#rhine root.db . {
# scion on
#}
file zones/db. .
debug
log
errors
}
squic://.:8853 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
#root ./zones
#rhine root.db . {
# scion on
#}
file zones/db. .
debug
log
errors
}
#arpa.:8888 {
squic://arpa.:8850 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
file zones/arpa.db
debug
log
errors
}
squic://test.:8854 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
file zones/test.db
debug
log
errors
}
squic://scion.test.:8855 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
file zones/scion.test.db
debug
log
errors
}
squic://scion.arpa.:8856 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
file zones/scion.arpa.db
debug
log
errors
}
squic://19-ffaa-1-1067.scion.arpa.:8857 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
file zones/19-ffaa-1-1067.scion.arpa.db
debug
log
errors
}
squic://19-ffaa-1-1094.scion.arpa.:8858 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
file zones/19-ffaa-1-1094.scion.arpa.db
debug
log
errors
}
squic://19-ffaa-1-fe4.scion.arpa.:8859 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
file zones/19-ffaa-1-fe4.scion.arpa.db
debug
log
errors
}
#squic://com.:10001 {
# tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
# root ./zones
# rhine com.db com. {
# scion on
# }
# log
# errors
#}
#squic://rhine-test.com.:10002 {
# tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
# root ./zones
# rhine rhine-test.db rhine-test.com {
# scion on
# }
# log
# errors
#}
# auto rhine-test.com {
# directory .
# }
# reload 20s