]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
6 years agoRemove LDAP testing from Travis 7786/head
Pieter Lexis [Wed, 8 May 2019 13:18:54 +0000 (15:18 +0200)] 
Remove LDAP testing from Travis

6 years agoRemove unused circleci.sh script
Pieter Lexis [Tue, 7 May 2019 10:55:35 +0000 (12:55 +0200)] 
Remove unused circleci.sh script

6 years agoAdd tinydns testing
Pieter Lexis [Mon, 15 Apr 2019 13:03:21 +0000 (15:03 +0200)] 
Add tinydns testing

6 years agoBuild auth with libsodium in circleci
Pieter Lexis [Thu, 11 Apr 2019 10:13:04 +0000 (12:13 +0200)] 
Build auth with libsodium in circleci

6 years agoBuild and test mydns
Pieter Lexis [Thu, 11 Apr 2019 09:45:10 +0000 (11:45 +0200)] 
Build and test mydns

6 years agoAdd algorithm tests
Pieter Lexis [Thu, 11 Apr 2019 09:43:42 +0000 (11:43 +0200)] 
Add algorithm tests

6 years agoAdd LDAP backend to testing
Pieter Lexis [Wed, 10 Apr 2019 15:58:29 +0000 (17:58 +0200)] 
Add LDAP backend to testing

6 years agoTest postgresql backend
Pieter Lexis [Wed, 10 Apr 2019 10:16:03 +0000 (12:16 +0200)] 
Test postgresql backend

6 years agoskip root tests for godbc sqlite
Pieter Lexis [Wed, 10 Apr 2019 09:49:58 +0000 (11:49 +0200)] 
skip root tests for godbc sqlite

6 years agoAdd auth API tests
Pieter Lexis [Tue, 9 Apr 2019 14:52:44 +0000 (16:52 +0200)] 
Add auth API tests

6 years agoAdd root-zone testing
Pieter Lexis [Tue, 9 Apr 2019 14:34:33 +0000 (16:34 +0200)] 
Add root-zone testing

6 years agoAdd lmdb to circle
Pieter Lexis [Tue, 9 Apr 2019 14:30:54 +0000 (16:30 +0200)] 
Add lmdb to circle

6 years agoInstall perl Net::DNS
Pieter Lexis [Tue, 9 Apr 2019 14:09:05 +0000 (16:09 +0200)] 
Install perl Net::DNS

6 years agoSkip optout tests in travis (ldns is too old)
Pieter Lexis [Tue, 9 Apr 2019 13:45:39 +0000 (15:45 +0200)] 
Skip optout tests in travis (ldns is too old)

6 years agoAdd bind tests
Pieter Lexis [Tue, 9 Apr 2019 13:20:52 +0000 (15:20 +0200)] 
Add bind tests

6 years agoAdd sqlite3 tests
Pieter Lexis [Tue, 9 Apr 2019 13:20:10 +0000 (15:20 +0200)] 
Add sqlite3 tests

6 years agoAdd mysql tests
Pieter Lexis [Tue, 9 Apr 2019 12:26:05 +0000 (14:26 +0200)] 
Add mysql tests

6 years agoAllow missing tools in verify-dnssec-zone
Pieter Lexis [Tue, 9 Apr 2019 12:57:17 +0000 (14:57 +0200)] 
Allow missing tools in verify-dnssec-zone

6 years agoadd command to set up the auth regression env
Pieter Lexis [Tue, 9 Apr 2019 12:40:35 +0000 (14:40 +0200)] 
add command to set up the auth regression env

6 years agoSplit auth tests to workflows, add ccache cache, use shallow clones
Pieter Lexis [Tue, 9 Apr 2019 12:02:10 +0000 (14:02 +0200)] 
Split auth tests to workflows, add ccache cache, use shallow clones

6 years agoAdd recursor API test
Pieter Lexis [Mon, 8 Apr 2019 14:06:02 +0000 (16:06 +0200)] 
Add recursor API test

6 years agoadd ccache cache to recursor builds
Pieter Lexis [Mon, 8 Apr 2019 13:36:30 +0000 (15:36 +0200)] 
add ccache cache to recursor builds

6 years agoAdd parallel recursor tests
Pieter Lexis [Mon, 8 Apr 2019 10:17:08 +0000 (12:17 +0200)] 
Add parallel recursor tests

6 years agoBuild the recursor in circleci
Pieter Lexis [Mon, 8 Apr 2019 09:02:40 +0000 (11:02 +0200)] 
Build the recursor in circleci

6 years agoMove auth build and test to workflow
Pieter Lexis [Mon, 8 Apr 2019 08:27:51 +0000 (10:27 +0200)] 
Move auth build and test to workflow

6 years agoMerge pull request #7764 from omoerbeek/rec-split-syncres-tests
Otto Moerbeek [Mon, 6 May 2019 06:56:50 +0000 (08:56 +0200)] 
Merge pull request #7764 from omoerbeek/rec-split-syncres-tests

Split test-syncres_cc.cc into multiple files to make them more digestible

6 years agoMerge pull request #7772 from mind04/fix
Pieter Lexis [Thu, 2 May 2019 19:34:57 +0000 (21:34 +0200)] 
Merge pull request #7772 from mind04/fix

auth: always add DS for secure zones, broken since #7523

6 years agoauth: always add DS for secure zones, broken since #7523 7772/head
Kees Monshouwer [Thu, 2 May 2019 18:01:30 +0000 (20:01 +0200)] 
auth: always add DS for secure zones, broken since #7523

6 years agoMerge pull request #7523 from mind04/non-dnssec
Pieter Lexis [Thu, 2 May 2019 11:41:34 +0000 (13:41 +0200)] 
Merge pull request #7523 from mind04/non-dnssec

disable dnssec pre-processing for non dnssec zones and avoid a lot of isSecuredZone() calls

6 years agoMerge pull request #7569 from pieterlexis/pdnsutil-err-on-broken-masters
Pieter Lexis [Thu, 2 May 2019 11:40:28 +0000 (13:40 +0200)] 
Merge pull request #7569 from pieterlexis/pdnsutil-err-on-broken-masters

Improve error reporting with garbage in the 'master' field of the database

6 years agoMerge pull request #7637 from mind04/referral
Pieter Lexis [Thu, 2 May 2019 11:39:52 +0000 (13:39 +0200)] 
Merge pull request #7637 from mind04/referral

auth: fix referral response for DS queries

6 years agoMerge pull request #7736 from franklouwers/pdnsutildocs
Pieter Lexis [Thu, 2 May 2019 11:38:23 +0000 (13:38 +0200)] 
Merge pull request #7736 from franklouwers/pdnsutildocs

Add documentation for pdnsutil delete-rrset and replace-rrset

6 years agoMerge pull request #7753 from jpmens/patch-11
Pieter Lexis [Thu, 2 May 2019 11:38:08 +0000 (13:38 +0200)] 
Merge pull request #7753 from jpmens/patch-11

pdns_control reopens geoip databases on reload

6 years agoMerge pull request #7738 from cvdwel/patch-2
Pieter Lexis [Thu, 2 May 2019 11:37:56 +0000 (13:37 +0200)] 
Merge pull request #7738 from cvdwel/patch-2

Add export-zone-ds to pdnsutil man page

6 years agoMerge pull request #7765 from omoerbeek/dnswasher-abstract-but-non-virtual-dt
Pieter Lexis [Thu, 2 May 2019 11:37:38 +0000 (13:37 +0200)] 
Merge pull request #7765 from omoerbeek/dnswasher-abstract-but-non-virtual-dt

Fix a delete call on abstract class without virtual dt clang warning.

6 years agoMerge pull request #7655 from rgacogne/dumresp-tcp
Pieter Lexis [Thu, 2 May 2019 11:37:07 +0000 (13:37 +0200)] 
Merge pull request #7655 from rgacogne/dumresp-tcp

dumresp: Add TCP support

6 years agoMerge pull request #7662 from omoerbeek/auth-fix-7656-ns-resolve-exception
Pieter Lexis [Thu, 2 May 2019 11:36:48 +0000 (13:36 +0200)] 
Merge pull request #7662 from omoerbeek/auth-fix-7656-ns-resolve-exception

Do not exit on exception resolving addresses to notify

6 years agoMerge pull request #7690 from mnordhoff/ref
Pieter Lexis [Thu, 2 May 2019 11:36:35 +0000 (13:36 +0200)] 
Merge pull request #7690 from mnordhoff/ref

docs: Fix a few reference markup errors

6 years agoMerge pull request #7666 from phonedph1/jsonstat
Pieter Lexis [Thu, 2 May 2019 11:36:11 +0000 (13:36 +0200)] 
Merge pull request #7666 from phonedph1/jsonstat

rec: start to document the jsonstat

6 years agoMerge pull request #7645 from gertvdijk/docs-fix-numerous-things-big-chain
Pieter Lexis [Thu, 2 May 2019 11:35:25 +0000 (13:35 +0200)] 
Merge pull request #7645 from gertvdijk/docs-fix-numerous-things-big-chain

Various fixes/updates/rewording to documentation

6 years agoMerge branch 'master' into docs-fix-numerous-things-big-chain 7645/head
Pieter Lexis [Thu, 2 May 2019 11:35:13 +0000 (13:35 +0200)] 
Merge branch 'master' into docs-fix-numerous-things-big-chain

6 years agoMerge pull request #7723 from Habbie/auth-superslave
Pieter Lexis [Thu, 2 May 2019 11:33:55 +0000 (13:33 +0200)] 
Merge pull request #7723 from Habbie/auth-superslave

rename supermaster to superslave, and mention in upgrade notes

6 years agoMerge pull request #7733 from franklouwers/mysql-docs2
Pieter Lexis [Thu, 2 May 2019 11:33:32 +0000 (13:33 +0200)] 
Merge pull request #7733 from franklouwers/mysql-docs2

Clarify the "easy setup guide": schema listed is for 4.2/master only

6 years agoMerge pull request #7735 from franklouwers/docs
Pieter Lexis [Thu, 2 May 2019 11:33:10 +0000 (13:33 +0200)] 
Merge pull request #7735 from franklouwers/docs

Make guide more clear

6 years agoMerge pull request #7750 from zeha/dedup-ldap-schema
Peter van Dijk [Thu, 2 May 2019 10:28:25 +0000 (12:28 +0200)] 
Merge pull request #7750 from zeha/dedup-ldap-schema

Debian packages: remove duplicated dnsdomain2.schema

6 years agoMerge pull request #7751 from Habbie/pycurl-darwin
Peter van Dijk [Thu, 2 May 2019 10:10:03 +0000 (12:10 +0200)] 
Merge pull request #7751 from Habbie/pycurl-darwin

pycurl settings for darwin/brew

6 years agoMerge pull request #7730 from rgacogne/rec-negcache-replace-back rec-4.2.0-beta1
aerique [Tue, 30 Apr 2019 13:38:59 +0000 (15:38 +0200)] 
Merge pull request #7730 from rgacogne/rec-negcache-replace-back

rec: Move replaced negcache entries to the back of the expunge queue

6 years agoFix a delete call on abstract class without virtual dt clang warning. 7765/head
Otto Moerbeek [Tue, 30 Apr 2019 13:02:43 +0000 (15:02 +0200)] 
Fix a delete call on abstract class without virtual dt clang warning.

6 years agoMerge pull request #7571 from rgacogne/rec-pipe-buffer-size
aerique [Tue, 30 Apr 2019 12:46:30 +0000 (14:46 +0200)] 
Merge pull request #7571 from rgacogne/rec-pipe-buffer-size

rec: Add a distribution-pipe-buffer-size setting

6 years agoSplit test-syncres_cc.cc into multiple files to make them more 7764/head
Otto Moerbeek [Tue, 30 Apr 2019 08:57:10 +0000 (10:57 +0200)] 
Split test-syncres_cc.cc into multiple files to make them more
digestible.  The split is done without looking at groups of tests.
We might want to change that.

6 years agoMerge pull request #7761 from jpmens/patch-12
Peter van Dijk [Mon, 29 Apr 2019 17:26:52 +0000 (19:26 +0200)] 
Merge pull request #7761 from jpmens/patch-12

s/ZSK/CSK

6 years agos/ZSK/CSK 7761/head
JP Mens [Mon, 29 Apr 2019 17:04:04 +0000 (19:04 +0200)] 
s/ZSK/CSK

6 years agorec: Add a distribution-pipe-buffer-size setting 7571/head
Remi Gacogne [Wed, 13 Mar 2019 10:35:42 +0000 (11:35 +0100)] 
rec: Add a distribution-pipe-buffer-size setting

6 years agoMerge pull request #7714 from rgacogne/rec-non-expanded-wildcard
Remi Gacogne [Fri, 26 Apr 2019 13:04:16 +0000 (15:04 +0200)] 
Merge pull request #7714 from rgacogne/rec-non-expanded-wildcard

 rec: Fix DNSSEC validation of non-expanded wildcards

6 years agoMerge pull request #7756 from rgacogne/dnsdist-doc-fixes-2
Pieter Lexis [Fri, 26 Apr 2019 12:43:03 +0000 (14:43 +0200)] 
Merge pull request #7756 from rgacogne/dnsdist-doc-fixes-2

dnsdist: Include dnsnameset.rst in the reference index

6 years agodnsdist: Include dnsnameset.rst in the reference index 7756/head
Remi Gacogne [Fri, 26 Apr 2019 12:36:15 +0000 (14:36 +0200)] 
dnsdist: Include dnsnameset.rst in the reference index

6 years agoMerge pull request #7744 from rgacogne/dnsdist-140-a2
Remi Gacogne [Fri, 26 Apr 2019 12:19:57 +0000 (14:19 +0200)] 
Merge pull request #7744 from rgacogne/dnsdist-140-a2

dnsdist: Prepare secpoll and ChangeLog updates for 1.4.0-alpha2

6 years agoMerge pull request #6341 from pieterlexis/rec-dname-support
aerique [Fri, 26 Apr 2019 11:47:18 +0000 (13:47 +0200)] 
Merge pull request #6341 from pieterlexis/rec-dname-support

recursor: Add DNAME support

6 years agoauth: add comments to explain the DS referall logic 7637/head
Kees Monshouwer [Fri, 26 Apr 2019 10:08:58 +0000 (12:08 +0200)] 
auth: add comments to explain the DS referall logic

6 years agoMerge pull request #7480 from pieterlexis/rec-throttle-fwd-recurse
aerique [Fri, 26 Apr 2019 09:04:23 +0000 (11:04 +0200)] 
Merge pull request #7480 from pieterlexis/rec-throttle-fwd-recurse

rec: implement a way to disallow throtteling of auths

6 years agodnsdist: Update the release date for 1.4.0-alpha2 7744/head
Remi Gacogne [Fri, 26 Apr 2019 07:42:02 +0000 (09:42 +0200)] 
dnsdist: Update the release date for 1.4.0-alpha2

6 years agoadd DoT and DoH requirements to dnsdist testing README 7751/head
Peter van Dijk [Thu, 25 Apr 2019 20:49:15 +0000 (22:49 +0200)] 
add DoT and DoH requirements to dnsdist testing README

6 years agomacos pycurl: require curl-openssl from brew
Peter van Dijk [Thu, 25 Apr 2019 16:15:51 +0000 (18:15 +0200)] 
macos pycurl: require curl-openssl from brew

6 years agopdns_control reopens geoip databases on reload 7753/head
JP Mens [Thu, 25 Apr 2019 18:43:40 +0000 (20:43 +0200)] 
pdns_control reopens geoip databases on reload

closes https://github.com/PowerDNS/pdns/issues/7752

6 years agoDebian packages: remove duplicated dnsdomain2.schema 7750/head
Chris Hofstaedtler [Thu, 25 Apr 2019 13:37:50 +0000 (15:37 +0200)] 
Debian packages: remove duplicated dnsdomain2.schema

6 years agoMerge pull request #7737 from pieterlexis/debian-buster-pkgs dnsdist-1.4.0-alpha2
Remi Gacogne [Thu, 25 Apr 2019 11:15:07 +0000 (13:15 +0200)] 
Merge pull request #7737 from pieterlexis/debian-buster-pkgs

pkgs: build for Debian Buster

6 years agoMerge pull request #7749 from Habbie/dnsdist-configure-libs
Remi Gacogne [Thu, 25 Apr 2019 11:14:24 +0000 (13:14 +0200)] 
Merge pull request #7749 from Habbie/dnsdist-configure-libs

refactor tls/https lib handling to cover all option combinations

6 years agoMerge pull request #7748 from rgacogne/ddist-docs
Remi Gacogne [Thu, 25 Apr 2019 11:08:32 +0000 (13:08 +0200)] 
Merge pull request #7748 from rgacogne/ddist-docs

dnsdist: Fix doc for checkInterval, setECSOverride and the ACL

6 years agorec: Fix DNSSEC validation of wildcards expanded onto themselves 7714/head
Remi Gacogne [Thu, 11 Apr 2019 13:25:10 +0000 (15:25 +0200)] 
rec: Fix DNSSEC validation of wildcards expanded onto themselves

6 years agorec: Add a 'query for a wildcard-like expanded from a wildcard' test
Remi Gacogne [Thu, 25 Apr 2019 08:15:02 +0000 (10:15 +0200)] 
rec: Add a 'query for a wildcard-like expanded from a wildcard' test

6 years agorec: Add a DNSSEC validation unit test for non-expanded wildcards
Remi Gacogne [Thu, 11 Apr 2019 13:24:37 +0000 (15:24 +0200)] 
rec: Add a DNSSEC validation unit test for non-expanded wildcards

6 years agoMerge pull request #7713 from Habbie/auth-rec-ta
Remi Gacogne [Thu, 25 Apr 2019 07:22:47 +0000 (09:22 +0200)] 
Merge pull request #7713 from Habbie/auth-rec-ta

auth: export TAs and forward zones for rec testing with auth zones

6 years agoauth: export TAs and forward zones for rec testing with auth zones 7713/head
Peter van Dijk [Thu, 11 Apr 2019 13:24:32 +0000 (15:24 +0200)] 
auth: export TAs and forward zones for rec testing with auth zones

6 years agorefactor tls/https lib handling to cover all option combinations 7749/head
Peter van Dijk [Wed, 24 Apr 2019 15:17:58 +0000 (17:17 +0200)] 
refactor tls/https lib handling to cover all option combinations

6 years agodnsdist: Document that the ACL also filters DoT and DoH queries 7748/head
Remi Gacogne [Wed, 24 Apr 2019 13:38:26 +0000 (15:38 +0200)] 
dnsdist: Document that the ACL also filters DoT and DoH queries

6 years agodnsdist: Document `setECSOverride()`
Remi Gacogne [Wed, 24 Apr 2019 13:34:43 +0000 (15:34 +0200)] 
dnsdist: Document `setECSOverride()`

6 years agodnsdist: Document that `checkInterval` was only introduced in 1.4.0
Remi Gacogne [Wed, 24 Apr 2019 13:34:02 +0000 (15:34 +0200)] 
dnsdist: Document that `checkInterval` was only introduced in 1.4.0

6 years agoSupport building Ubuntu Disco Dingo packages 7737/head
Pieter Lexis [Wed, 24 Apr 2019 12:41:05 +0000 (14:41 +0200)] 
Support building Ubuntu Disco Dingo packages

6 years agoMerge pull request #7746 from rgacogne/dnsdist-doh-dest-matching
Remi Gacogne [Wed, 24 Apr 2019 12:27:30 +0000 (14:27 +0200)] 
Merge pull request #7746 from rgacogne/dnsdist-doh-dest-matching

dnsdist: Fix destination matching with DoH

6 years agodebian buster: Fix the --with-net-snmp invocation
Pieter Lexis [Wed, 24 Apr 2019 11:02:03 +0000 (13:02 +0200)] 
debian buster: Fix the --with-net-snmp invocation

6 years agodnsdist: Add DoH to buster, bionic and cosmic
Pieter Lexis [Wed, 24 Apr 2019 10:32:09 +0000 (12:32 +0200)] 
dnsdist: Add DoH to buster, bionic and cosmic

6 years agodnsdist: Fix destination matching with DoH 7746/head
Remi Gacogne [Wed, 24 Apr 2019 10:22:10 +0000 (12:22 +0200)] 
dnsdist: Fix destination matching with DoH

6 years agoMerge remote-tracking branch 'origin/master' into dnsdist-pkg-fixes
Pieter Lexis [Wed, 24 Apr 2019 06:41:26 +0000 (08:41 +0200)] 
Merge remote-tracking branch 'origin/master' into dnsdist-pkg-fixes

6 years agodnsdist: Prepare secpoll and ChangeLog updates for 1.4.0-alpha2
Remi Gacogne [Tue, 23 Apr 2019 15:16:06 +0000 (17:16 +0200)] 
dnsdist: Prepare secpoll and ChangeLog updates for 1.4.0-alpha2

6 years agoMerge pull request #7741 from pieterlexis/dnsdist-cache-maxEntries
Remi Gacogne [Tue, 23 Apr 2019 15:05:44 +0000 (17:05 +0200)] 
Merge pull request #7741 from pieterlexis/dnsdist-cache-maxEntries

dnsdist: remove maxEntries from newPacketCache opts

6 years agodnsdist: remove maxEntries from newPacketCache opts 7741/head
Pieter Lexis [Tue, 23 Apr 2019 13:02:56 +0000 (15:02 +0200)] 
dnsdist: remove maxEntries from newPacketCache opts

maxEntries is already a mandatory parameter for `newPacketCache`.

6 years agoMerge pull request #7726 from rgacogne/dnsdist-redoh
Remi Gacogne [Tue, 23 Apr 2019 12:07:29 +0000 (14:07 +0200)] 
Merge pull request #7726 from rgacogne/dnsdist-redoh

dnsdist: Add DNS over HTTPS support based on libh2o

6 years agoMerge pull request #7508 from rgacogne/rec-pb-kernel-timestamp
Remi Gacogne [Tue, 23 Apr 2019 08:41:31 +0000 (10:41 +0200)] 
Merge pull request #7508 from rgacogne/rec-pb-kernel-timestamp

rec: Add 'protobuf-use-kernel-timestamp' for sharper latencies

6 years agoMerge pull request #7410 from rgacogne/pmtu-dont
Remi Gacogne [Tue, 23 Apr 2019 08:29:20 +0000 (10:29 +0200)] 
Merge pull request #7410 from rgacogne/pmtu-dont

Ignore Path MTU Discovery on UDP server socket

6 years agoMerge pull request #7644 from zeha/remotebackend-test-soa
Remi Gacogne [Tue, 23 Apr 2019 07:29:44 +0000 (09:29 +0200)] 
Merge pull request #7644 from zeha/remotebackend-test-soa

remotebackend: fix SOA in unittests

6 years agoMerge pull request #7731 from rgacogne/rec-fix-cache-cleaning
Remi Gacogne [Fri, 19 Apr 2019 16:26:02 +0000 (18:26 +0200)] 
Merge pull request #7731 from rgacogne/rec-fix-cache-cleaning

rec: Fix the cache cleaning code being only run once for workers

6 years agodnsdist: Handle h2o_evloop_run() returning -1 with errno set to EINTR 7726/head
Remi Gacogne [Fri, 19 Apr 2019 15:04:44 +0000 (17:04 +0200)] 
dnsdist: Handle h2o_evloop_run() returning -1 with errno set to EINTR

6 years agodnsdist: Set correct names for DoH threads
Remi Gacogne [Fri, 19 Apr 2019 15:03:36 +0000 (17:03 +0200)] 
dnsdist: Set correct names for DoH threads

6 years agodnsdist: Add an option to set the Server: HTTP header with DoH
Remi Gacogne [Fri, 19 Apr 2019 14:13:53 +0000 (16:13 +0200)] 
dnsdist: Add an option to set the Server: HTTP header with DoH

6 years agodnsdist: Accept a single DoH URL string. Better error messages
Remi Gacogne [Fri, 19 Apr 2019 13:06:10 +0000 (15:06 +0200)] 
dnsdist: Accept a single DoH URL string. Better error messages

6 years agodnsdist: Remove the dnsdist version from DoH error messages
Remi Gacogne [Fri, 19 Apr 2019 13:05:17 +0000 (15:05 +0200)] 
dnsdist: Remove the dnsdist version from DoH error messages

6 years agodnsdist: Skip DoH regression tests in Travis
Remi Gacogne [Fri, 19 Apr 2019 12:41:17 +0000 (14:41 +0200)] 
dnsdist: Skip DoH regression tests in Travis

6 years agodnsdist: Require pycurl for DoH tests
Remi Gacogne [Fri, 19 Apr 2019 11:59:43 +0000 (13:59 +0200)] 
dnsdist: Require pycurl for DoH tests

6 years agodnsdist: Check the EDNS payload size more strictly in our tests
Remi Gacogne [Fri, 19 Apr 2019 11:58:00 +0000 (13:58 +0200)] 
dnsdist: Check the EDNS payload size more strictly in our tests

6 years agodnsdist: Add regression tests for DoH
Remi Gacogne [Fri, 19 Apr 2019 11:56:37 +0000 (13:56 +0200)] 
dnsdist: Add regression tests for DoH