diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-21 20:59:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-22 21:53:32 +0100 |
commit | aac87098814e10d4ec36ba2a77a29c2018869774 (patch) | |
tree | c2a0b5cc65f83b41cbf0e8dc2f557eb000c62b74 /global-functions.rsc | |
parent | 4a0f395fe127f82d35e0ac40af081a2391a36da5 (diff) |
dhcp-to-dns: always create A record with mac address...change-97
... and an optional CNAME with host name.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 512cf34..2249fe9 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 96; +:global ExpectedConfigVersion 97; # global variables not to be changed by user :global GlobalFunctionsReady false; |