tailcfg: add SetDNSResponse

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2022-03-07 12:37:06 -08:00
committed by Maisem Ali
parent 0f31a0fc76
commit da1821197a
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1534,6 +1534,9 @@ type SetDNSRequest struct {
Value string
}
// SetDNSResponse is the response to a SetDNSRequest.
type SetDNSResponse struct{}
// SSHPolicy is the policy for how to handle incoming SSH connections
// over Tailscale.
type SSHPolicy struct {