mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 03:27:35 +00:00
Make hostname dns safe, allow string in ping command
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
@@ -14,5 +14,5 @@ type TailscaleClient interface {
|
||||
IPs() ([]netip.Addr, error)
|
||||
Status() (*ipnstate.Status, error)
|
||||
WaitForPeers(expected int) error
|
||||
Ping(ip netip.Addr) error
|
||||
Ping(hostnameOrIP string) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user