From: Charles-Henri Bruyand Date: Wed, 28 Sep 2022 08:41:20 +0000 (+0200) Subject: Update pdns/keyroller/pdnsapi/api.py X-Git-Tag: rec-4.9.0-alpha0~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b959c1638a30625ea85be859bb50381645cedc7d;p=thirdparty%2Fpdns.git Update pdns/keyroller/pdnsapi/api.py Co-authored-by: Peter van Dijk --- diff --git a/pdns/keyroller/pdnsapi/api.py b/pdns/keyroller/pdnsapi/api.py index 2bc4acd8ef..57401eebc3 100644 --- a/pdns/keyroller/pdnsapi/api.py +++ b/pdns/keyroller/pdnsapi/api.py @@ -11,6 +11,7 @@ from pdnsapi.metadata import ZoneMetadata logger = logging.getLogger(__name__) +# FIXME: clients should not be doing this escaping. We need to switch this to the appropriate zone ID lookup API. def _sanitize_dnsname(name): """ Appends a dot to `name` if needed