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.
 

14 lines
263 B

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