Skip to content

Commit

Permalink
Merge pull request #475 from nextcloud/clearify-dummy-ip
Browse files Browse the repository at this point in the history
docs: clearify that 1.2.3.4 is only a test value
  • Loading branch information
icewind1991 authored Jul 26, 2024
2 parents c8fcd52 + d8848fc commit 167fe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SelfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function test(string $server, OutputInterface $output, bool $ignoreProxyE
}

$output->writeln("<error>🗴 push server is not a trusted proxy by Nextcloud or another proxy in the chain.</error>");
$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)));
Expand Down

0 comments on commit 167fe42

Please sign in to comment.