From: Charles-Henri Bruyand Date: Wed, 28 Sep 2022 08:41:20 +0000 (+0200) Subject: Update pdns/keyroller/pdnsapi/api.py X-Git-Tag: auth-4.7.0-rc1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12042%2Fhead;p=thirdparty%2Fpdns.git Update pdns/keyroller/pdnsapi/api.py Co-authored-by: Peter van Dijk (cherry picked from commit b959c1638a30625ea85be859bb50381645cedc7d) --- 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