bind9: add new service #17
No reviewers
Labels
No labels
auth
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
management
network
question
services
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
dd-ix/nix-config!17
Loading…
Reference in a new issue
No description provided.
Delete branch "add-hidden-ans"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add bind9 for hidden primary dns setups to provide at least reverse zones for our IX prefix.
The bind9 configuration does not allow recursive lookups intentionally. It should be only used as hidden primary to provide zone transfers to known slaves.
I'm unsure about the
networking.resolvconf.useLocalResolversetting. I explicitly set it tofalsebecause of the line 250 inbind.nix. The local name server should never be used for resolving arbitrary names.Currently, we still use resolvconf when #2 is merged we most probably switch over to systemd.resolvd
@liske Welcome to Nix! :-)
nix has happened yet 👀
@astro
Looks Good