diff --git a/net/endpoint.go b/net/endpoint.go index bb829d1c..f31f4913 100644 --- a/net/endpoint.go +++ b/net/endpoint.go @@ -13,7 +13,7 @@ type OnHostResolvedCallback func(e *Endpoint) type Endpoint struct { IP net.IP `json:"-"` Net *net.IPNet `json:"-"` - IPv6 net.IP `json:"."` + IPv6 net.IP `json:"-"` HW net.HardwareAddr `json:"-"` IpAddress string `json:"ipv4"` Ip6Address string `json:"ipv6"`