8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed19ff8 commit 0e2a423Copy full SHA for 0e2a423
pillar/base/firewall/snakebite.sls
@@ -4,6 +4,6 @@ firewall:
4
snakebite-blackhole-udp:
5
raw: -A INPUT -p udp --destination-port 56666 -j DROP
6
snakebite-whitehole-tcp:
7
- raw: -A INPUT -p tcp --destination-port 56667 -j RETURN
+ raw: -A INPUT -p tcp --destination-port 56667 -j REJECT
8
snakebite-whitehole-udp:
9
- raw: -A INPUT -p udp --destination-port 56667 -j RETURN
+ raw: -A INPUT -p udp --destination-port 56667 -j REJECT
0 commit comments