M Mayhem30 Mar 9, 2025 #1 How do I disable OS fingerprints in PF? I do not make use of them in my config file, but I see they are loaded. Code: # sudo pfctl -s all ... ... OS FINGERPRINTS: 762 fingerprints loaded I can't find any reference to /etc/pf.os in either pf.conf, rc.conf or rc.conf.local
How do I disable OS fingerprints in PF? I do not make use of them in my config file, but I see they are loaded. Code: # sudo pfctl -s all ... ... OS FINGERPRINTS: 762 fingerprints loaded I can't find any reference to /etc/pf.os in either pf.conf, rc.conf or rc.conf.local
Eric A. Borisch Mar 9, 2025 #2 They’re discussed in pf.conf(5). Perhaps (untested) set fingerprints "/dev/null"?