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.

15 lines
453 B

[Unit]
Description=Update bogon list.
[Service]
# See systemd.exec(5) and systemd.service(5) for a description of the options
Type=oneshot
ExecStart=/usr/local/bin/updateBogons
# DynamicUser implies RemoveIPC, PrivateTmp, NoNewPrivileges, RestrictSUIDSGID (and cannot be disabled)
# It also implies ProtectSystem=strict and ProtectHome=read-only
DynamicUser=yes
ReadWritePaths=/var/cache/updateBogons/
ProtectHome=yes
User=updateBogons
Group=nftables