I'm trying to get
Here it is:
The last line appears to be faulty, as
freebsd-update
to run with a simple pf(4) firewall config. Here it is:
web_services = "{ 80, 443 }"
ext_if = "xn0"
block all
pass out log on $ext_if proto tcp to any port $web_services
The last line appears to be faulty, as
freebsd-update
does not connect when it is active, but works with-pass out all