dhcp-to-dns: allow to configure 'dhcp' prefix in zone

This commit is contained in:
Christian Hesse 2020-07-03 08:08:04 +02:00
parent ef2cb11665
commit 01fe371a0d
2 changed files with 7 additions and 4 deletions

View file

@ -9,15 +9,17 @@
:global Domain;
:global HostNameInZone;
:global Identity;
:global PrefixInZone;
:global CharacterReplace;
:global LogPrintExit;
:local Zone;
:local Zone $Domain;
:if ($HostNameInZone = true) do={
:set Zone ("dhcp." . $Identity . "." . $Domain);
} else={
:set Zone ("dhcp." . $Domain);
:set Zone ($Identity . "." . $Zone);
}
:if ($PrefixInZone = true) do={
:set Zone ("dhcp." . $Zone);
}
:local Ttl 5m;
:local CommentPrefix "managed by dhcp-to-dns for ";

View file

@ -13,6 +13,7 @@
# This is used for DNS and backup file.
:global Domain "example.com";
:global HostNameInZone true;
:global PrefixInZone true;
# These addresses are used to send e-mails to. The to-address needs
# to be filled; cc-address can be empty, one address or a comma