Skip to content

Commit

Permalink
Merge pull request #101 from skrobul/fix-dnsmasq-provisioner
Browse files Browse the repository at this point in the history
fix: dnsmasq- render for PROVISIONER_INTERFACE
  • Loading branch information
skrobul authored May 23, 2024
2 parents b6a185c + a94519a commit f8aa6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/dnsmasq/dnsmasq.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ log-facility=-
conf-dir=/etc/dnsmasq.d

{% if env.PROVISIONER_INTERFACE is defined -%}
interface={{ PROVISIONER_INTERFACE }}
interface={{ env.PROVISIONER_INTERFACE }}
bind-dynamic
{%- else -%}
except-interface=lo
Expand Down

0 comments on commit f8aa6a0

Please sign in to comment.