Skip to content

Commit

Permalink
Merge pull request #50 from Blackyfff/master
Browse files Browse the repository at this point in the history
adding private-domain to unbound config
  • Loading branch information
mweinelt authored Jan 25, 2021
2 parents 898eb44 + e9162c0 commit 980f100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkdns
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class UnboundForwardFormatter(object):
self.buffer.append('\n\t# %s' % community)
for zone in zone_type['forward'].keys():
self.buffer.append('\tdomain-insecure: "%s"' % zone)
self.buffer.append('\tprivate-domain: "%s"' % zone)
for zone in zone_type['reverse'].keys():
self.buffer.append('\tdomain-insecure: "%s"' % zone)
self.buffer.append('\tlocal-zone: "%s" nodefault' % zone)
Expand Down

0 comments on commit 980f100

Please sign in to comment.