Scripts de firewall iptables compatíveis com docker e com fail2log.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

13 lines
281 B

# copy to /etc/systemd/system/
[Unit]
Description=Firewall Init
After=network.target iptables.service firewalld.service fail2ban.service
Before=docker.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/network/firewall/init.sh
[Install]
WantedBy=multi-user.target