2
0
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:
Matthijs Mekking 2022-02-22 11:48:28 +01:00
parent 39730a503d
commit fd5e39cc76

View File

@ -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 {