skeal
Part of the Furniture
My firewall-start won't start at boot and it hangs when I manually start it.That output is perfectly normal and the script is running as it should, what are you trying todo specifically?
my firewall-start is as follows:
Code:
#!/bin/sh
# Load ipset filter rules
sh /jffs/scripts/create-ipset-lists.sh
sh /jffs/scripts/malware-block
sh /jffs/scripts/privacy-filter
echo "0 * * * * /jffs/scripts/firewall save" > /var/spool/cron/crontabs/admin
[ -n "`pidof crond`" ] && killall -q crond
sleep 5
crond
sh /jffs/scripts/firewall
[ -x /jffs/dnscrypt/dnscrypt-fw-rules ] && /jffs/dnscrypt/dnscrypt-fw-rules
Can anyone help me I am not good with this script stuff???
After starting manually every thing started except the dynamic ip blocker is there something wrong with my firewall-start?
Last edited: