From c4a2db03be84a91191d44274a15500efa6c72b14 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 3 Nov 2021 14:16:21 +0100 Subject: [PATCH] enable bind for testing-scenarios explicitly Signed-off-by: Michael Kaufmann --- tests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 0b13022f..0d835c37 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -173,6 +173,7 @@ Settings::Set('system.mysql_access_host', 'localhost,127.0.0.1,172.17.0.1,2a01:4 Settings::Set('system.use_ssl', '1', true); Settings::Set('system.froxlordirectlyviahostname', '1', true); Settings::Set('system.dns_createhostnameentry', '1', true); +Settings::Set('system.bind_enable', '1', true); Settings::Set('system.dnsenabled', '1', true); Settings::Set('system.dns_server', 'PowerDNS', true); Settings::Set('phpfpm.enabled', '1', true);