]> granicus.if.org Git - pdns/commitdiff
dnsdist: add DNS over HTTPS and DNS over TLS tags to the conf
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Sep 2019 08:40:26 +0000 (10:40 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Sep 2019 08:40:26 +0000 (10:40 +0200)
pdns/dnsdistdist/docs/conf.py

index e388c780811cafd4979fb72f50c2a8b58df72efa..87c8c969c19ca946fb9fa0f282be66ec8801293c 100644 (file)
@@ -84,8 +84,8 @@ changelog_render_ticket = "https://github.com/PowerDNS/pdns/issues/%s"
 changelog_render_pullreq = "https://github.com/PowerDNS/pdns/pull/%s"
 changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s"
 
-changelog_sections = ['New Features', 'Improvements', 'Bug Fixes', "Removals"]
-changelog_inner_tag_sort = ["Security", 'DNSCrypt', 'Protobuf', "Performance", 'Webserver']
+changelog_sections = ['New Features', 'Improvements', 'Bug Fixes', 'Removals']
+changelog_inner_tag_sort = ['Security', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'Protobuf', 'Performance', 'Webserver']
 
 changelog_render_tags = False