mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 00:10:43 -05:00
Fix typo in DNSSEC guide parental-agents example
The example will not load because of the typo, the comma should be a semicolon.
This commit is contained in:
parent
39730a503d
commit
fd5e39cc76
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