fix: rename var for tsigkeys
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-26 14:52:58 +01:00
parent ac79585855
commit bb8b56370d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ ddns-update-style interim;
# client-updates;. By default, client updates are allowed.
ignore client-updates;
{% for key in dhcpd_keys %}
{% for key in dhcpd_tsigkeys %}
key "{{ key.name }}" {
algorithm {{ key.algorithm }};
secret "{{ key.secret }}";