# ============================================================ # # NIGHT LIGHT IRC PROXY - LISTEN CONFIGURATION FILE # # ============================================================ # # In this file you specify one or more hosts:ports in which # the ircproxy should listen on for incoming connections. # At least one host:port is required to connect to the # ircproxy server. # # Each listen statement should be inclosed inside: LISTEN { # } # # "Host" is either a fully qualified domain name or a # IP-Address. # # Setting Host to * will include ALL the machines IP-addresses. # # Make sure the port you choose is not already in use by # another process on the server. # # ============================================================ Listen { Host * Port 6667 IPv6 No SSL No } Listen { Host * Port 6697 IPv6 No SSL Yes } # ============================================================