Fix example

This commit is contained in:
Adphi 2022-10-27 13:27:27 +02:00 committed by GitHub
parent 8fc397b0fe
commit 9acfa9c34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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
fallback 8.8.8.8
}
file example.org
forward . 9.9.9.9 {
# we could also use any records source
# e.g.: file example.org
forward . 10.10.10.1 9.9.9.9 {
policy sequential
}
}