]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Nuke static nameservers 5826/head
authorAndrew Lewis <nerf@judo.za.org>
Tue, 6 Jan 2026 14:44:10 +0000 (16:44 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Tue, 6 Jan 2026 14:44:10 +0000 (16:44 +0200)
test/functional/configs/clickhouse.conf
test/functional/configs/dkim_signing/milter.conf
test/functional/configs/merged-local.conf
test/functional/configs/milter.conf
test/functional/configs/plugins.conf

index 91c123b9cd1151cb1e23966409d518540447ca49..94015c092a67a963fcf33d16c45d6450b3927091 100644 (file)
@@ -3,7 +3,6 @@ options = {
   pidfile = "${RSPAMD_TMPDIR}/rspamd.pid"
   lua_path = "${INSTALLROOT}/share/rspamd/lib/?.lua"
   dns {
-    nameserver = ["8.8.8.8", "8.8.4.4"];
     retransmits = 2;
         fake_records = [{ # ed25519
           name = "test._domainkey.example.com";
index a373e16b07de1d5e08470a0ccc37837535aae669..f00c62bfe15f4ead3fe4317b0818bc0157905f6b 100644 (file)
@@ -4,9 +4,7 @@ options = {
        pidfile = "{= env.TMPDIR =}/rspamd.pid"
        lua_path = "{= env.INSTALLROOT =}/share/rspamd/lib/?.lua"
        dns {
-               nameserver = ["8.8.8.8", "8.8.4.4"];
-               retransmits = 10;
-               timeout = 2s;
+               retransmits = 2;
        }
 }
 logging = {
index e55163841e76526d0ad34b9c1e56c4f860eeccb4..95231fe4edc567a28d8f643bc79b86db03784faf 100644 (file)
@@ -140,7 +140,6 @@ options = {
   pidfile = "{= env.TMPDIR =}/rspamd.pid";
   url_tld = "{= env.TESTDIR =}/../lua/unit/test_tld.dat";
   dns {
-    nameserver = ["8.8.8.8", "8.8.4.4"];
     retransmits = 2;
         fake_records = [{
         # non-existent records requested by 350_surbl tests
index 343123a22f880d36d95c3ffa48b1c352ab59308b..a31b067ab1f0c4fb667e287cb6754431326863ec 100644 (file)
@@ -5,7 +5,6 @@ options = {
        lua_path = "{= env.INSTALLROOT =}/share/rspamd/lib/?.lua";
        gtube_patterns = "all";
        dns {
-               nameserver = ["8.8.8.8", "8.8.4.4"];
                retransmits = 2;
        }
 }
index 5fbccf90dd2f10ae1ea833abaf8c915b86b310b7..3d0b644d55cf517d7a2b76b8df650edd9ce5fbba 100644 (file)
@@ -5,7 +5,6 @@ options = {
   lua_path = "{= env.INSTALLROOT =}/share/rspamd/lib/?.lua"
   explicit_modules = ["settings", "bayes_expiry"];
   dns {
-    nameserver = ["8.8.8.8", "8.8.4.4"];
     retransmits = 2;
         fake_records = [{ # ed25519
           name = "test._domainkey.example.com";