Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
c89916b5
Commit
c89916b5
authored
6 years ago
by
skorpy
Browse files
Options
Downloads
Patches
Plain Diff
tinc: s/ens5/ens13/
parent
10fe00bf
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tinc/files/ferm.conf.j2
+1
-1
1 addition, 1 deletion
tinc/files/ferm.conf.j2
tinc/files/tinc-icvpn.conf.j2
+1
-2
1 addition, 2 deletions
tinc/files/tinc-icvpn.conf.j2
with
2 additions
and
3 deletions
tinc/files/ferm.conf.j2
+
1
−
1
View file @
c89916b5
domain (ip ip6) {
table filter {
chain INPUT {
interface ens
5
proto (udp tcp) dport {{ port }} ACCEPT;
interface ens
13
proto (udp tcp) dport {{ port }} ACCEPT;
}
}
}
This diff is collapsed.
Click to expand it.
tinc/files/tinc-icvpn.conf.j2
+
1
−
2
View file @
c89916b5
...
...
@@ -7,7 +7,6 @@ PingTimeout = 30
Forwarding = off
{% for host in grains['ip_interfaces']['ens
5
'] %}
{% for host in grains['ip_interfaces']['ens
13
'] %}
{% if not host.startswith('fe80') %}BindToAddress = {{ host }}{% endif %}
{% endfor %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment