You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

blacklist 161B

123456789
  1. ## Deny access to IPs or subnets.
  2. # deny IP;
  3. # deny subnet;
  4. # e.g.
  5. # deny 192.168.0.1;
  6. # deny 192.168.0.0/24;
  7. ## Allow access to everything else.
  8. allow all;