mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:00:00 -04:00
Merge branch '3164-fix-parental-agents-documentation' into 'main'
Fix typo in DNSSEC guide parental-agents example Closes #3164 See merge request isc-projects/bind9!5872
This commit is contained in:
commit
2070dcf99d
1 changed files with 1 additions and 1 deletions
|
|
@ -898,7 +898,7 @@ presence. Let's look at the following configuration excerpt:
|
|||
::
|
||||
|
||||
parental-agents "net" {
|
||||
10.53.0.11, 10.53.0.12;
|
||||
10.53.0.11; 10.53.0.12;
|
||||
};
|
||||
|
||||
zone "example.net" in {
|
||||
|
|
|
|||
Loading…
Reference in a new issue