diff --git a/tailscale/client.go b/tailscale/client.go index 361cc6b..824fccd 100644 --- a/tailscale/client.go +++ b/tailscale/client.go @@ -464,17 +464,15 @@ type ( } ACLDERPNode struct { - Name string `json:"name" hujson:"Name"` - RegionID int `json:"regionID" hujson:"RegionID"` - HostName string `json:"hostName" hujson:"HostName"` - CertName string `json:"certName,omitempty" hujson:"CertName,omitempty"` - IPv4 string `json:"ipv4,omitempty" hujson:"IPv4,omitempty"` - IPv6 string `json:"ipv6,omitempty" hujson:"IPv6,omitempty"` - STUNPort int `json:"stunPort,omitempty" hujson:"STUNPort,omitempty"` - STUNOnly bool `json:"stunOnly,omitempty" hujson:"STUNOnly,omitempty"` - DERPPort int `json:"derpPort,omitempty" hujson:"DERPPort,omitempty"` - InsecureForTests bool `json:"insecureForRests,omitempty" hujson:"InsecureForTests,omitempty"` - STUNTestIP string `json:"stunTestIP,omitempty" hujson:"STUNTestIP,omitempty"` + Name string `json:"name" hujson:"Name"` + RegionID int `json:"regionID" hujson:"RegionID"` + HostName string `json:"hostName" hujson:"HostName"` + CertName string `json:"certName,omitempty" hujson:"CertName,omitempty"` + IPv4 string `json:"ipv4,omitempty" hujson:"IPv4,omitempty"` + IPv6 string `json:"ipv6,omitempty" hujson:"IPv6,omitempty"` + STUNPort int `json:"stunPort,omitempty" hujson:"STUNPort,omitempty"` + STUNOnly bool `json:"stunOnly,omitempty" hujson:"STUNOnly,omitempty"` + DERPPort int `json:"derpPort,omitempty" hujson:"DERPPort,omitempty"` } ACLSSH struct { diff --git a/v2/policyfile.go b/v2/policyfile.go index 6db723a..f66e799 100644 --- a/v2/policyfile.go +++ b/v2/policyfile.go @@ -86,17 +86,15 @@ type ACLDERPRegion struct { } type ACLDERPNode struct { - Name string `json:"name" hujson:"Name"` - RegionID int `json:"regionID" hujson:"RegionID"` - HostName string `json:"hostName" hujson:"HostName"` - CertName string `json:"certName,omitempty" hujson:"CertName,omitempty"` - IPv4 string `json:"ipv4,omitempty" hujson:"IPv4,omitempty"` - IPv6 string `json:"ipv6,omitempty" hujson:"IPv6,omitempty"` - STUNPort int `json:"stunPort,omitempty" hujson:"STUNPort,omitempty"` - STUNOnly bool `json:"stunOnly,omitempty" hujson:"STUNOnly,omitempty"` - DERPPort int `json:"derpPort,omitempty" hujson:"DERPPort,omitempty"` - InsecureForTests bool `json:"insecureForRests,omitempty" hujson:"InsecureForTests,omitempty"` - STUNTestIP string `json:"stunTestIP,omitempty" hujson:"STUNTestIP,omitempty"` + Name string `json:"name" hujson:"Name"` + RegionID int `json:"regionID" hujson:"RegionID"` + HostName string `json:"hostName" hujson:"HostName"` + CertName string `json:"certName,omitempty" hujson:"CertName,omitempty"` + IPv4 string `json:"ipv4,omitempty" hujson:"IPv4,omitempty"` + IPv6 string `json:"ipv6,omitempty" hujson:"IPv6,omitempty"` + STUNPort int `json:"stunPort,omitempty" hujson:"STUNPort,omitempty"` + STUNOnly bool `json:"stunOnly,omitempty" hujson:"STUNOnly,omitempty"` + DERPPort int `json:"derpPort,omitempty" hujson:"DERPPort,omitempty"` } type ACLSSH struct {