This commit is contained in:
NAGY Akos (external)
2025-10-16 14:06:39 +03:00
commit 9696cbfd64
7 changed files with 241 additions and 0 deletions

View 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
}

View File

@@ -0,0 +1,12 @@
. {
errors
log
health
ready
hosts {
10.0.0.2 test.local
fallthrough
}
forward . 8.8.4.4
}

View File

@@ -0,0 +1,12 @@
. {
errors
log
health
ready
hosts {
10.0.0.3 test.local
fallthrough
}
forward . 1.1.1.1
}

View 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
}