Skip to content

Commit

Permalink
Merge pull request #199 from zerotier/laduke/198-windows-dns
Browse files Browse the repository at this point in the history
Laduke/198 windows dns
  • Loading branch information
laduke authored Sep 23, 2024
2 parents f95736d + 2e834ff commit 4a39dc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit 4a39dc1

Please sign in to comment.