package deploy // ArpNeighborIPs returns IPv4 hosts in the local ARP cache on shared subnets. func ArpNeighborIPs() []string { return arpHosts() } // PrimaryLocalIPv4 returns the preferred outbound IPv4 (UDP dial trick). func PrimaryLocalIPv4() (string, error) { return primaryLocalIPv4() }