mirror of
https://github.com/linka-cloud/coredns-split.git
synced 2024-12-22 01:10:43 +00:00
Fix example
This commit is contained in:
parent
8fc397b0fe
commit
9acfa9c34e
@ -72,8 +72,9 @@ So you can provide a fallback server that will be used to get the public record.
|
|||||||
net 10.1.1.0/24 10.1.2.0/24 # implicitely: allow 10.1.1.0/24 10.1.2.0/24
|
net 10.1.1.0/24 10.1.2.0/24 # implicitely: allow 10.1.1.0/24 10.1.2.0/24
|
||||||
fallback 8.8.8.8
|
fallback 8.8.8.8
|
||||||
}
|
}
|
||||||
file example.org
|
# we could also use any records source
|
||||||
forward . 9.9.9.9 {
|
# e.g.: file example.org
|
||||||
|
forward . 10.10.10.1 9.9.9.9 {
|
||||||
policy sequential
|
policy sequential
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user