From f72bea658ee55a740c636c2a11ea6a5404100b75 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 15 Jan 2017 18:11:29 +0000 Subject: [PATCH] mac_iptables_reload --- etc/profile.d/mac.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile.d/mac.sh b/etc/profile.d/mac.sh index 6aaa10ca..09f07809 100644 --- a/etc/profile.d/mac.sh +++ b/etc/profile.d/mac.sh @@ -35,6 +35,7 @@ seq() { } fi +alias mac_iptables_reload="pfctl -d; pfctl -f /etc/pf.conf -e" alias mac_top_proc="echo 'TOP PROCESSES:'; ps -Aro'%cpu, ucomm, user' | grep root | grep -v ' 0.0 '" alias mac_sleep='pmset sleepnow' alias mac_mount_nfs='sudo mount -o resvport -t nfs' -- 2.47.3