Skip to content

Commit ca603c5

Browse files
committed
chore: mention PR #143
1 parent 9be388f commit ca603c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/network.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ func getBindIP(ifname, address string) (string, error) {
108108
return "", fmt.Errorf("failed to get private interface addresses: %w", err)
109109
}
110110

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

0 commit comments

Comments
 (0)