e2guardian/getoisd.sh

8 lines
234 B
Bash
Raw Normal View History

2023-12-17 11:33:36 -05:00
#!/bin/bash
echo Fetching OISD blocklists
if ! command -v curl >/dev/null; then
echo 'curl is required for this script to run.'
fi
2023-12-17 11:33:36 -05:00
curl https://big.oisd.nl/domainswild2 -o oisd/big
curl https://nsfw.oisd.nl/domainswild2 -o oisd/nsfw