We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, I just tried your role on Debian 11 and there seems to be a problem with the ipv6_networks directive. My var is:
ipv6_networks: - "fc00::/38"
The created config looks like this:
zone ".0.0.0.0.0.0.0.c.f.ip6.arpa." IN { type master; file "/var/cache/bind/.0.0.0.0.0.0.0.c.f.ip6.arpa"; notify yes; allow-update { none; }; };
The zonefile itself also uses this wrong name and within the zonefile, too. bind fails to start. I think it should be.
zone "0.0.0.0.0.0.0.c.f.ip6.arpa." IN { type master; file "/var/cache/bind/0.0.0.0.0.0.0.c.f.ip6.arpa"; notify yes; allow-update { none; }; };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I just tried your role on Debian 11 and there seems to be a problem with the ipv6_networks directive.
My var is:
The created config looks like this:
The zonefile itself also uses this wrong name and within the zonefile, too.
bind fails to start. I think it should be.
The text was updated successfully, but these errors were encountered: