diff options
Diffstat (limited to 'doc/sample-ngircd.conf')
| -rw-r--r-- | doc/sample-ngircd.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index ca5c2992..354b54ef 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.22 2003/04/29 12:36:09 alex Exp $ +# $Id: sample-ngircd.conf,v 1.23 2003/09/11 12:05:28 alex Exp $ # # This is a sample configuration file for the ngIRCd, which must adept to @@ -36,6 +36,10 @@ # Ports on which the server should listen. There may be more than # one port, separated with ";". (Default: 6667) ;Ports = 6667, 6668, 66694 + + # IP address on which the server should listen. (Default: empty, + # so the server listens on all IP addresses of the system) + ;Listen = 1.2.3.4 # Text file with the "message of the day" (MOTD). This message will # be shown to all users connecting to the server: |