1 2 3 4 5 6 7 8
#!/bin/bash . /etc/conf.d/ipset [[ -f $IPSET_CONF ]] || exit 1 ipset restore < "$IPSET_CONF" # vim:set ts=2 sw=2 ft=sh et: