From: Remi Gacogne Date: Mon, 22 Dec 2025 10:16:14 +0000 (+0100) Subject: dnsdist: Add missing configuration file for the IP-only tests X-Git-Tag: rec-5.4.0-beta1~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6483204f594c1ada464b04894529c111ff2808f;p=thirdparty%2Fpdns.git dnsdist: Add missing configuration file for the IP-only tests Signed-off-by: Remi Gacogne --- diff --git a/regression-tests.dnsdist/configServer-ip-only.conf b/regression-tests.dnsdist/configServer-ip-only.conf new file mode 100644 index 0000000000..cfda7621e0 --- /dev/null +++ b/regression-tests.dnsdist/configServer-ip-only.conf @@ -0,0 +1,18 @@ +[req] +default_bits = 2048 +encrypt_key = no +prompt = no +distinguished_name = server_distinguished_name +req_extensions = v3_req + +[server_distinguished_name] +OU = PowerDNS.com BV +countryName = NL + +[v3_req] +basicConstraints = CA:FALSE +keyUsage = nonRepudiation, digitalSignature, keyEncipherment +subjectAltName = @alt_names + +[alt_names] +IP.1 = 127.0.0.1