Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laduke/198 windows dns #199

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/dns-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ Each client must click the "Allow DNS" button.

### Windows Active Directory

Some group policies can prevent managed DNS from working. See fix here [New DNS Features don't appear to work](https://discuss.zerotier.com/t/new-dns-features-dont-appear-to-work/982/7)
Some group policies can prevent managed DNS from working.

If your machines are all domain joined, you can push a `NRPT` rule via GPO. Go to Computer Config → Policies → Windows Settings → Name Resolution Policy.

See here [New DNS Features don't appear to work](https://discuss.zerotier.com/t/new-dns-features-dont-appear-to-work/982/7) for more discussion.

### macOS DNS resolution

Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
description: 'Our hosted offering for managing your networks.',
slug: '/central',
},
items: ['start', 'faq-central', 'sso', 'authentication', 'organizations', 'central-admins', 'audit-logs', 'pricing', 'central-billing', 'central-hide-nodes', 'sso-add-seats'],
items: ['start', 'faq-central', 'sso', 'authentication', 'organizations', 'central-admins', 'audit-logs', 'pricing', 'central-billing', 'central-hide-nodes', 'sso-add-seats', 'dns-management'],
},
{
type: 'category',
Expand Down