mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00: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
@ -898,7 +898,7 @@ presence. Let's look at the following configuration excerpt:
|
|||||||
::
|
::
|
||||||
|
|
||||||
parental-agents "net" {
|
parental-agents "net" {
|
||||||
10.53.0.11, 10.53.0.12;
|
10.53.0.11; 10.53.0.12;
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "example.net" in {
|
zone "example.net" in {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user