fix: email and domain normalize

This commit is contained in:
Andreas Wrede
2026-05-12 17:02:02 -04:00
parent 4e5bafd26c
commit 236b40cfe4
4 changed files with 25 additions and 5 deletions
+3 -3
View File
@@ -39,13 +39,13 @@ SERVER_DEFAULTS = {
# Host management
"hosts": {}, # Unified host definitions
"dyndomains": ["wrede.org"],
"dyndomains": ["example.org"], # Domains to update via nsupdate when a host with dyndns: true is updated
# DNS updates
"nsupdate_bin": "/usr/bin/nsupdate",
"nsupdate_bin": "/usr/bin/nsupdate", # Path to nsupdate binary
# WebSocket settings
"ws_port": 50005,
"ws_port": 50005,
"wss_port": None,
"cert_path": "/usr/local/etc/ssl/",
"wss_pem": "fullchain.pem",