How do i allow port 113 (Oidentd) to accept and allow in pf? I have added block in log all as for my default rule.. Since I'm still creating basic rules, i have tried this but it didn't work:
pass in on $interface proto tcp from $allowed to port 113
pass out quick on $interface inet all
I have other rules that are working with the same syntax as above. TIA.