No description
Find a file
2024-11-15 14:12:18 -05:00
remote new category: remote_avvaldesk 2024-11-15 14:12:18 -05:00
vpn update lists, new category: remote_rustdesk 2024-10-26 15:48:35 -04:00
blocklist.nft new category: remote_avvaldesk 2024-11-15 14:12:18 -05:00
nftables.patch Fix patch (2) 2024-03-30 13:06:47 -04:00
README.md add nftables config patch 2024-02-12 12:40:43 -05:00
update.sh Add lists 2024-02-12 12:28:12 -05:00

CollabNet IP Blocklists

How to use

To use these lists, first clone them to the nftables.d directory like this: sudo git clone https://git.computernewb.com/collabvm/nftables /etc/nftables.d

Patch nftables config: sudo patch -p1 /etc/nftables.conf < /etc/nftables.d/nftables.patch

Reload nftables: sudo nft -f /etc/nftables.conf

Configuring automated updates

To automatically update these lists, add the following to root's crontab (sudo crontab -e):

0 * * * * /etc/nftables.d/update.sh >/dev/null 2>&1