Commit f40d80cc authored by Joanne Hugé's avatar Joanne Hugé

playbok/bbu: fix iptables DNS redirection

parent 1c02ea34
...@@ -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
......
751552b93968a47d6f9f4c637a577fc65be5bfb6755b841c9dd6bdc0b06c8f3e - 4964f5eeafffbc3b8bfa20e46d7b699dde9348de23904cb054e9c8eff091b186 -
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment