From ca603c57480d42af24f08350e4ce08350a9195d7 Mon Sep 17 00:00:00 2001 From: Burak Sezer Date: Tue, 22 Feb 2022 12:22:03 +0300 Subject: [PATCH] chore: mention PR #143 --- config/network.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/network.go b/config/network.go index af625718..42bce508 100644 --- a/config/network.go +++ b/config/network.go @@ -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 == "" {