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
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
ddd0e1ab
Commit
ddd0e1ab
authored
Sep 27, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbok/bbu: fix iptables DNS redirection
parent
d9962c39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbook/roles/ors/tasks/main.yml
playbook/roles/ors/tasks/main.yml
+2
-2
playbook/sha256sum
playbook/sha256sum
+1
-1
No files found.
playbook/roles/ors/tasks/main.yml
View file @
ddd0e1ab
...
...
@@ -105,7 +105,7 @@
protocol
:
udp
match
:
udp
jump
:
DNAT
destination_port
:
53
destination_port
:
'
53'
to_destination
:
'
:5353'
-
name
:
Redirect 5353 to
53
...
...
@@ -115,7 +115,7 @@
protocol
:
udp
match
:
udp
jump
:
SNAT
source_port
:
5353
source_port
:
'
5353'
to_source
:
'
:53'
# System
...
...
playbook/sha256sum
View file @
ddd0e1ab
1ab36b5c8eec3c6359d08737854fb0df1ab3d5af13fdf64fe8df7503ea0b7f24
-
911eb6e56c912edcf90af5952e78ab57bbfc20e978bba4298a28f7eb376b02bb
-
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