# Update table from temp fileRESULT=`/sbin/pfctl -t ${ALIAS_NAME} -T replace -f ${TMP_FILE} 2>&1`
There is an API which you can use for handling aliases: https://docs.opnsense.org/development/api/core/firewall.htmlCheersMaurice
1. If you have a cron job which updates the tables, why don't you use an @reboot entry in crontab to call that update script on reboot as well?2. If the file is from a URL, you could as well use one or more "URL Table (IPs)"-type alias(es).