Skip to content

Commit

Permalink
Now the log message about 127.0.1.1 contains a StackOverflow link (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Apr 16, 2024
1 parent 44f43cc commit f95c2bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ private void advertise() {

if (fqdn.getHostAddress().equals(local11)) {
logger.error("Check /etc/hosts for {}, it likely breaks mDNS resolution", local11);
logger.error("More information: https://serverfault.com/questions/363095/why-does-my-hostname-appear-with-the-address-127-0-1-1-rather-than-127-0-0-1-in");
}

logger.debug("fqdn={}/{}", canonical, fqdn);
Expand Down

0 comments on commit f95c2bb

Please sign in to comment.