pass in on $ext_if proto tcp from any to $web_servers port { 80, 443 } keep state
Maybe equals sign or comma?
matthew zeier wrote:
I'm getting an error with the following:
all_web = "{" $web1 $albums "}"
pass in quick proto tcp from any to $all_web port = { 80 443 } keep state
Problem appears to be with the list of ports. If I change "{ 80 443 }" to just "80", it passes fine. Do lists not work with ports?
-- matthew zeier - "Curiosity is a willing, a proud, an eager confession of ignorance." - Leonard Rubenstein
