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