You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use headscale and NextDNS together. Tailscale supports configuring different profiles using node attributes. This is something I would like to use in headscale too.
In addition some other features also need the use of node attributes, like #2146
Description
This feature request would implement the use of nodeattrs inside the policy file and support nextDNS profile options as metioned in the official tailscale docs.
Use case
I would like to use headscale and NextDNS together. Tailscale supports configuring different profiles using node attributes. This is something I would like to use in headscale too.
In addition some other features also need the use of node attributes, like #2146
Description
This feature request would implement the use of
nodeattrs
inside the policy file and support nextDNS profile options as metioned in the official tailscale docs.example of policy
this issue is a duplicate of #1407, but is closed because it got stale.
Contribution
How can it be implemented?
nodeAttrs
to policy file and parse insideACLPolicy
mapper.go
mapper.go
)nextdns
-attribute is provided, change the profile of the urinextdns:no-device-info
is provided, skip adding the extra device info (currently done inmapper.go
)tnode.CapMap
insidetail.go
.The text was updated successfully, but these errors were encountered: