dns-extern: update documentation

This commit is contained in:
Markus 2018-10-22 21:03:18 +02:00
parent ae65e438dc
commit 2f1ed864cd
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
-- Define additional domains to allow (acme) updates for with an exisiting TSIG key
--
-- Line format:
-- alias["<domain-from-TSIG-key>"] = { "<san-domain1>", ... }
-- alias["<domain-from-TSIG-key>"] = {}
-- alias["<domain-from-TSIG-key>"]["<san-domain1>"] = "<san-domain1>"
-- alias["<domain-from-TSIG-key>"]["<san-domain2>"] = "<san-domain2>"
--
-- WARNING: Trailing "." are important for correct validation on all used names
--