]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Move new FWCatz test to non-clashing port
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 8 Oct 2024 14:03:35 +0000 (16:03 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 4 Nov 2024 14:20:14 +0000 (15:20 +0100)
regression-tests.recursor-dnssec/test_FWCatz.py

index f77330e62c8dc0b17f7f71ef3c3fc8740be6da81..739f917b30b266f9c7512077883375fc6daa61d2 100644 (file)
@@ -227,7 +227,7 @@ class FWCatzServer(object):
                 print('Error in FWCatz socket: %s' % str(e))
                 sock.close()
 
-fwCatzServerPort = 4250
+fwCatzServerPort = 4252
 fwCatzServer = FWCatzServer(fwCatzServerPort)
 
 class FWCatzXFRRecursorTest(RecursorTest):