Skip to content

Commit

Permalink
Merge pull request #1 from glebpom/master
Browse files Browse the repository at this point in the history
Uncomment local-zone definition
  • Loading branch information
jdauphant committed Jan 14, 2015
2 parents 6df2108 + 188ac37 commit 76c1661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/10zone.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


{% for domain in domains_with_reverses %}
# local-zone: "{{domain.domain_name}}." {{local_zone_type[domain.domain_name] | default(unbound_default_local_zone)}}
local-zone: "{{domain.domain_name}}." {{local_zone_type[domain.domain_name] | default(unbound_default_local_zone)}}
{% for subdomain, ip in domain.iteritems() %}
{% if subdomain != "domain_name" %}
local-data: "{{ subdomain }}.{{ domain.domain_name }}. IN A {{ ip }}"
Expand Down

0 comments on commit 76c1661

Please sign in to comment.