Skip to content
New issue

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

Changed default behaviour for allow-transfer #189

Open
jesusmc opened this issue Jul 8, 2022 · 0 comments
Open

Changed default behaviour for allow-transfer #189

jesusmc opened this issue Jul 8, 2022 · 0 comments

Comments

@jesusmc
Copy link

jesusmc commented Jul 8, 2022

Hi,

We have made some changes to change the default behavior related with allow-transfer, if you don't configure any allowed host, the default config is allow-transfer any. So we have made the change in etc_named.conf.j2 template from:

{% if bind_acls|length != 0 %}
allow-transfer { {% for acl in bind_acls %}"{{ acl.name }}"; {% endfor %}};
{% endif %}

to:

{% if bind_acls|length != 0 %}
allow-transfer { {% for acl in bind_acls %}"{{ acl.name }}"; {% endfor %}};
{% else %}
allow-transfer { "none"; };
{% endif %}

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant