Add ACL test for limiting a single port. (#1258)

This commit is contained in:
Kristoffer Dalby 2023-03-20 08:52:52 +01:00 committed by GitHub
parent d12f247490
commit e38efd3cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 280 additions and 5 deletions

View file

@ -24,5 +24,6 @@ type TailscaleClient interface {
WaitForLogout() error
WaitForPeers(expected int) error
Ping(hostnameOrIP string, opts ...tsic.PingOption) error
Curl(url string, opts ...tsic.CurlOption) (string, error)
ID() string
}