1 # Put hosts in here you never want blocked. This includes the IP addresses 2 # of all local interfaces on the protected host (i.e virtual host, mult-home) 3 # Keep 127.0.0.1 and 0.0.0.0 to keep people from playing games. 4 # 5 # PortSentry can support full netmasks for networks as well. Format is: 6 # 7 # <IP Address>/<Netmask> 8 # 9 # Example: 10 # 11 # 192.168.2.0/24 12 # 192.168.0.0/16 13 # 192.168.2.1/32 14 # Etc. 15 # 16 # If you don't supply a netmask it is assumed to be 32 bits. 17 # 18 # 19 20 127.0.0.0/8 21 0.0.0.0