summaryrefslogtreecommitdiff
path: root/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'create.py')
-rwxr-xr-xcreate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.py b/create.py
index 01dcaef..a9d81a5 100755
--- a/create.py
+++ b/create.py
@@ -94,7 +94,7 @@ class HomelabDns:
return False
new_lines = (
lines[0:internal_services + 1]
- + [f" - {dns_prefix}\n"]
+ + [f" - {dns_prefix}.{{{{ domain }}}}\n"]
+ lines[internal_services + 1:]
)
if not new_lines: