-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCorefile-old
69 lines (58 loc) · 1.83 KB
/
Corefile-old
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
squic://.:10000 {
tls ca/localhost/localhost-cert.pem ca/localhost/localhost-key.pem
#root ./zones
#rhine root.db . {
# scion on
#}
file zones/scion.test.db scion.test. # has only scion-TXT records
file zones/scion.arpa.db scion.arpa. # for reverse lookup of SCION addresses
transfer scion.test. {
to *
}
# forward . dns://8.8.8.8
#forward . 8.8.8.8 8.8.4.4
forward . 192.5.5.241 # f.root-servers.net.
#forward . squic://[19-ffaa:1:1067,127.0.0.1]:8853 parses successfull already, but proxy has yet to be implemented in plugin/pkg/proxy/persistent.go
#forward . /etc/resolv.conf 4.2.2.1 4.2.2.2 # the ones from /etc/resolv.conf
#forward . /etc/resolv.conf
#file zones/dummy.luki.test.home20000.db luki.test.home # to test giant responses
# hosts block must come before secondary
# hosts hosts.conf . {
# 127.0.0.1 localhost
# 8.8.8.8 ns.primary.
# scion=19-ffaa:1:1094,127.0.0.1 localhost
# scion=19-ffaa:1:1067,127.0.0.1 ns.primary.
# 19-ffaa:1:1067,127.0.0.2 ns2.primary. # both versions, with or without 'scion=' prefix work
# ttl 36000
# reload 0 # 0s to disable reload
# fallthrough
# }
# secondary { # if not specified zone from serverblock is used here
# transfer from 19-ffaa:1:1067,[127.0.0.1]:853
# }
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