Skip to content
Snippets Groups Projects
Commit c89916b5 authored by skorpy's avatar skorpy :construction_worker:
Browse files

tinc: s/ens5/ens13/

parent 10fe00bf
Branches
No related tags found
No related merge requests found
domain (ip ip6) {
table filter {
chain INPUT {
interface ens5 proto (udp tcp) dport {{ port }} ACCEPT;
interface ens13 proto (udp tcp) dport {{ port }} ACCEPT;
}
}
}
......@@ -7,7 +7,6 @@ PingTimeout = 30
Forwarding = off
{% for host in grains['ip_interfaces']['ens5'] %}
{% for host in grains['ip_interfaces']['ens13'] %}
{% if not host.startswith('fe80') %}BindToAddress = {{ host }}{% endif %}
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment