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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user