Advertisement
rs232

default greylist

Oct 29th, 2015
711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. ######################################
  2. # IP Greylist, mix and match any of the following formats
  3. # Single: "X.X.X.X"
  4. # Range: "FIRSTIP-LASTIP"
  5. # FQDN: "bbc.com"
  6. # CIDR: "X.X.X.X/YY"
  7. # NOTE: BOTH PRIVATE & PUBLIC IP ADDRESSES WILL BE CONSIDERED HERE
  8. ######################################
  9.  
  10. #10.0.0.0-10.255.255.255
  11. #172.16.0.0-172.31.255.255
  12. #192.168.0.0-192.168.255.255
  13. #100.64.0.0-100.127.255.255
  14.  
  15. #192.168.0.55
  16. #192.168.0.55-192.168.0.58
  17. #192.168.0.55/29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement