From 9b3c035587f994a98d567d11eeb4d9f86da725ef Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 24 Jul 2023 19:27:21 -0400 Subject: [PATCH] clean subs --- src/gandi-live-dns.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gandi-live-dns.py b/src/gandi-live-dns.py index 0eb197e..4c0f6ec 100755 --- a/src/gandi-live-dns.py +++ b/src/gandi-live-dns.py @@ -108,6 +108,7 @@ def main(force_update, verbosity): if force_update: print("Going to update/create the DNS Records for the subdomains") for sub in config.subdomains: + sub = sub.replace("\"","") update_records(uuid, dynIP, sub) else: if dynIP == dnsIP: