chore: better bind in windows

This commit is contained in:
wwqgtxx
2023-02-13 10:14:59 +08:00
parent cc2a775271
commit ce8929d153
5 changed files with 107 additions and 13 deletions

View File

@ -47,3 +47,7 @@ func bindIfaceToListenConfig(ifaceName string, lc *net.ListenConfig, _, address
return address, nil
}
func ParseNetwork(network string, addr netip.Addr) string {
return network
}