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

playbok/bbu: fix iptables DNS redirection

parent d9962c39
......@@ -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
......
1ab36b5c8eec3c6359d08737854fb0df1ab3d5af13fdf64fe8df7503ea0b7f24 -
911eb6e56c912edcf90af5952e78ab57bbfc20e978bba4298a28f7eb376b02bb -
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