From d8848fcb95bf24abbcde4da09ac7f8baaae1fb71 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 27 Jun 2024 15:45:00 +0200 Subject: [PATCH] docs: clearify that 1.2.3.4 is only a test value Signed-off-by: Robin Appelman --- lib/SelfTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SelfTest.php b/lib/SelfTest.php index 0022dda0..79f6368c 100644 --- a/lib/SelfTest.php +++ b/lib/SelfTest.php @@ -156,7 +156,7 @@ public function test(string $server, OutputInterface $output, bool $ignoreProxyE } $output->writeln("🗴 push server is not a trusted proxy by Nextcloud or another proxy in the chain."); - $output->writeln(" Nextcloud resolved the following client address for the test request: \"$resolvedRemote\" instead of the expected \"1.2.3.4\""); + $output->writeln(" Nextcloud resolved the following client address for the test request: \"$resolvedRemote\" instead of the expected \"1.2.3.4\" test value."); $output->writeln(" The following trusted proxies are currently configured: " . implode(', ', array_map(function (string $proxy) { return '"' . $proxy . '"'; }, $trustedProxies)));