I want to block all incoming requests to port 22 in my /etc/csf.deny. then whitelist myself in csf.allow. How do I block all IPs?
tcp|in|d=22|s=??? # do not delete
s= can be empty? 0.0.0.0? what means *?
tcp|in|d=22|s=??? # do not delete
s= can be empty? 0.0.0.0? what means *?