mirror of
https://github.com/juanfont/headscale.git
synced 2026-05-28 04:58:42 +09: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