Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
lilypad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
lilypad
Commits
e7b521b3
Unverified
Commit
e7b521b3
authored
3 years ago
by
Gui
Committed by
micah
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
allow clients to resolve DNS (i.e. query knot-resolver)
parent
c76abe8e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#61409
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/roles/openvpn/templates/50openvpn.firewall.j2
+3
-1
3 additions, 1 deletion
config/roles/openvpn/templates/50openvpn.firewall.j2
with
3 additions
and
1 deletion
config/roles/openvpn/templates/50openvpn.firewall.j2
+
3
−
1
View file @
e7b521b3
...
...
@@ -16,4 +16,6 @@ add_rule6 -A FORWARD -d {{ openvpn_network6 }} -m state --state RELATED,ESTABLIS
add_rule4 -A FORWARD -i tun0 -o tun0 -j DROP
add_rule6 -A FORWARD -i tun0 -o tun0 -j DROP
# allow vpn clients to resolve DNS (i.e. query knot-resolver)
add_rule -A user-input -i tun0 -p udp --dport 53 -j ACCEPT
add_rule -A user-input -i tun0 -p tcp --dport 53 -j ACCEPT
This diff is collapsed.
Click to expand it.
micah
@micah
mentioned in merge request
!41 (closed)
·
3 years ago
mentioned in merge request
!41 (closed)
mentioned in merge request !41
Toggle commit list
Gui
@gui
mentioned in issue
#45 (closed)
·
3 years ago
mentioned in issue
#45 (closed)
mentioned in issue #45
Toggle commit list
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