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