4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
exec /usr/libexec/iptables-flush -6
|