mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
balls
This commit is contained in:
parent
913c581f9f
commit
d030ccb5ed
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue