Merge branch 'insp3' into insp4.

This commit is contained in:
Sadie Powell 2025-01-17 17:46:07 +00:00
commit f6d8b0295b

View File

@ -363,7 +363,7 @@ namespace
fmt::println("{}", fmt::styled("Hints:", fmt::emphasis::bold));
fmt::println("- For TCP/IP listeners try using a public IP address in <bind:address> instead");
fmt::println(" of * or leaving it blank.");
fmt::println("- For UNIX socket listeners try enabling <bind:rewrite> to replace old sockets.");
fmt::println("- For UNIX socket listeners try enabling <bind:replace> to replace old sockets.");
}
}