Skip to content

Commit

Permalink
chore: mention PR #143
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksezer committed Feb 22, 2022
1 parent 9be388f commit ca603c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ func getBindIP(ifname, address string) (string, error) {
return "", fmt.Errorf("failed to get private interface addresses: %w", err)
}

// Here is the source of this fix and the story behind it: https://github.com/buraksezer/olric/pull/143
//
// if we could not find a private address, we need to expand our search to a public
// ip address
if ipStr == "" {
Expand Down

0 comments on commit ca603c5

Please sign in to comment.