# ============================================================ # # NIGHT LIGHT IRC PROXY - ACCESS CONFIGURATION FILE # # ============================================================ # # In this file you specify rules for hostnames or IP-addresses # which are allowed or denied connection to the proxy server. # # DEFAULT specify if the connection is to be allowed or denied # if there is no rule present for a specific host. # # ORDER specify which rule that apply if there is both # a ALLOW and DENY is matching a specific host. # # ALLOW/DENY specify hostnames or IP-addresses allowed or # denied connection to the ircproxy server. Wildcards "*" and # "?" may be used. # # One space or tab between the entry and the data. You may also # specify a reason after the host entry seperated by a space or # tab. # # Comments may appear after any entry seperated by as many # space or tabs as you wish. # # YOU NEED TO CHANGE THE CONFIGURATION BELOW FOR IRCPROXY # TO WORK !!! # # ============================================================ DEFAULT DENY ORDER DENY,ALLOW ALLOW localhost # Loopback hostname ALLOW 127.0.0.1 # Loopback IP-address ALLOW 10.0.0.* # Local network ALLOW 192.168.0.* # Local network ALLOW 192.168.1.* # Local network ALLOW 192.168.2.* # Local network ALLOW *.night-light.local # Local network ALLOW *.night-light.net # Public DENY *.something.dom # Denied domain # ============================================================