No description
Find a file
2025-02-11 08:38:51 -05:00
remote new category: remote_anydesk 2025-02-11 08:37:37 -05:00
vpn update lists 2025-02-05 23:52:11 -05:00
.gitignore update lists 2025-02-02 00:08:44 -05:00
blocklist.nft new category: remote_anydesk 2025-02-11 08:38:51 -05:00
nftables.patch Update nftables.patch 2025-01-18 05:20:46 -05:00
README.md add nftables config patch 2024-02-12 12:40:43 -05:00
update.sh update lists 2025-02-02 00:08:44 -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