From e6d2a179db8ba3d368f5d453201de9ce41502a4f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 6 Jan 2024 17:28:47 +0100 Subject: [PATCH] use private IP addresses in tests --- _test/bootstrap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_test/bootstrap.php b/_test/bootstrap.php index d56089e67..08a5cfb8e 100644 --- a/_test/bootstrap.php +++ b/_test/bootstrap.php @@ -52,10 +52,10 @@ $default_server_vars = array( 'DOCUMENT_ROOT' => DOKU_INC, 'SERVER_PROTOCOL' => 'HTTP/1.1', 'SERVER_SOFTWARE' => 'nginx/0.7.67', - 'REMOTE_ADDR' => '87.142.120.6', + 'REMOTE_ADDR' => '172.17.18.19', 'REMOTE_PORT' => '21418', - 'SERVER_ADDR' => '46.38.241.24', - 'SERVER_PORT' => '443', + 'SERVER_ADDR' => '10.11.12.13', + 'SERVER_PORT' => '80', 'SERVER_NAME' => 'wiki.example.com', 'REDIRECT_STATUS' => '200', 'SCRIPT_FILENAME' => DOKU_INC.'doku.php', -- 2.11.4.GIT