#!/usr/local/bin/bash
# Restart pf bsd firewall work arounds some problems on heavy traffic loaded systems
/sbin/pfctl -f /etc/pf.conf -d
/sbin/pfctl -f /etc/pf.conf -e

