Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arnaud Véron
slapos.package
Commits
f40d80cc
Commit
f40d80cc
authored
Sep 27, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbok/bbu: fix iptables DNS redirection
parent
1c02ea34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbook/roles/bbu/tasks/main.yml
playbook/roles/bbu/tasks/main.yml
+2
-2
playbook/sha256sum
playbook/sha256sum
+1
-1
No files found.
playbook/roles/bbu/tasks/main.yml
View file @
f40d80cc
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
protocol
:
udp
protocol
:
udp
match
:
udp
match
:
udp
jump
:
DNAT
jump
:
DNAT
destination_port
:
53
destination_port
:
'
53'
to_destination
:
'
:5353'
to_destination
:
'
:5353'
-
name
:
Redirect 5353 to
53
-
name
:
Redirect 5353 to
53
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
protocol
:
udp
protocol
:
udp
match
:
udp
match
:
udp
jump
:
SNAT
jump
:
SNAT
source_port
:
5353
source_port
:
'
5353'
to_source
:
'
:53'
to_source
:
'
:53'
# System
# System
...
...
playbook/sha256sum
View file @
f40d80cc
751552b93968a47d6f9f4c637a577fc65be5bfb6755b841c9dd6bdc0b06c8f3e
-
4964f5eeafffbc3b8bfa20e46d7b699dde9348de23904cb054e9c8eff091b186
-
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment