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