Before anyone says it, I know I could do this differently, but I feel like I shouldn't have to.
I'm trying to block all incoming traffic (except, of course, for public ports; SMTP, HTTP, HTTPS), but still allow all outgoing traffic.
Tried something like this;
62000 allow tcp from any to $ME...