init
This commit is contained in:
15
backends/backend1/Corefile
Normal file
15
backends/backend1/Corefile
Normal file
@@ -0,0 +1,15 @@
|
||||
. {
|
||||
errors
|
||||
log
|
||||
health
|
||||
ready
|
||||
hosts {
|
||||
10.0.0.1 test.local
|
||||
10.0.0.11 test
|
||||
10.0.0.2 test2.local
|
||||
10.0.0.22 test2
|
||||
fallthrough
|
||||
}
|
||||
forward . 8.8.8.8
|
||||
}
|
||||
|
||||
12
backends/backend2/Corefile
Normal file
12
backends/backend2/Corefile
Normal file
@@ -0,0 +1,12 @@
|
||||
. {
|
||||
errors
|
||||
log
|
||||
health
|
||||
ready
|
||||
hosts {
|
||||
10.0.0.2 test.local
|
||||
fallthrough
|
||||
}
|
||||
forward . 8.8.4.4
|
||||
}
|
||||
|
||||
12
backends/backend3/Corefile
Normal file
12
backends/backend3/Corefile
Normal file
@@ -0,0 +1,12 @@
|
||||
. {
|
||||
errors
|
||||
log
|
||||
health
|
||||
ready
|
||||
hosts {
|
||||
10.0.0.3 test.local
|
||||
fallthrough
|
||||
}
|
||||
forward . 1.1.1.1
|
||||
}
|
||||
|
||||
13
backends/backend4/Corefile
Normal file
13
backends/backend4/Corefile
Normal file
@@ -0,0 +1,13 @@
|
||||
. {
|
||||
errors
|
||||
log
|
||||
health
|
||||
ready
|
||||
hosts {
|
||||
10.0.0.4 test.local
|
||||
10.0.0.99 test9.frequentis.frq
|
||||
fallthrough
|
||||
}
|
||||
forward . 9.9.9.9
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user