5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
# iptables-load managed by Chef. Changes will be overwritten.
|
||
|
iptables-restore < /etc/iptables.rules
|
||
|
exit 0
|