Missing a \\.
This commit is contained in:
@@ -59,7 +59,7 @@ let
|
|||||||
hostToFqdn = host:
|
hostToFqdn = host:
|
||||||
if isNotNull (builtins.match "[^.]+\\.$" host) then
|
if isNotNull (builtins.match "[^.]+\\.$" host) then
|
||||||
host
|
host
|
||||||
else if isNotNull (builtins.match "[^.]+\\[^.]+$" host) then
|
else if isNotNull (builtins.match "[^.]+\\.[^.]+$" host) then
|
||||||
"${host}."
|
"${host}."
|
||||||
else if (hasAttr host zone.hosts) then
|
else if (hasAttr host zone.hosts) then
|
||||||
"${host}.${domain}."
|
"${host}.${domain}."
|
||||||
|
|||||||
Reference in New Issue
Block a user