From f6483204f594c1ada464b04894529c111ff2808f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 22 Dec 2025 11:16:14 +0100 Subject: [PATCH] dnsdist: Add missing configuration file for the IP-only tests Signed-off-by: Remi Gacogne --- .../configServer-ip-only.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 regression-tests.dnsdist/configServer-ip-only.conf 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 -- 2.47.3