mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 03:17:37 +00:00
Reuse Ping function for DERP ping
This commit is contained in:
@@ -25,7 +25,6 @@ type TailscaleClient interface {
|
||||
WaitForLogout() error
|
||||
WaitForPeers(expected int) error
|
||||
Ping(hostnameOrIP string, opts ...tsic.PingOption) error
|
||||
PingViaDERP(hostnameOrIP string, opts ...tsic.PingOption) error
|
||||
Curl(url string, opts ...tsic.CurlOption) (string, error)
|
||||
ID() string
|
||||
}
|
||||
|
Reference in New Issue
Block a user