Update firewall rules to filter invalid ip address.
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
380 B

[Unit]
Description=Update bogon list every 4 hour.
Requires=network-online.target
After=network-online.target
[Timer]
# Every 4 hours, starting from midnight
OnCalendar=*-*-* 0/4:0:0
# We don't really need to set Persistent because the service should be started on boot (WantedBy=default.target in updateBogonsOnBoot.service)
# Persistent=true
[Install]
WantedBy=timers.target