about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2011-03-18 10:45:16 +0100
committerAlexander Barton <alex@barton.de>2011-03-18 10:46:56 +0100
commitfc55c945dbec745ff7b82652dd5f5b3b69096c82 (patch)
tree17be04ba729c4bac032386376f785ddd40828f38
parentc0d13c47135adb32be36226b64367447330b3d43 (diff)
downloadngircd-fc55c945dbec745ff7b82652dd5f5b3b69096c82.tar.gz
ngircd-fc55c945dbec745ff7b82652dd5f5b3b69096c82.zip
Don't use "the.net" in sample-ngircd.conf, use "example.net"
"the.net" is an existing domain of the Texas Higher Education Network ...
See RFC 2606.
-rw-r--r--doc/sample-ngircd.conf.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl
index 85917597..fee3570e 100644
--- a/doc/sample-ngircd.conf.tmpl
+++ b/doc/sample-ngircd.conf.tmpl
@@ -22,7 +22,7 @@
 
 	# Server name in the IRC network, must contain at least one dot
 	# (".") and be unique in the IRC network. Required!
-	Name = irc.the.net
+	Name = irc.example.net
 
 	# Info text of the server. This will be shown by WHOIS and
 	# LINKS requests for example.
@@ -155,7 +155,7 @@
 	;MaxNickLength = 9
 
 	# Set this hostname for every client instead of the real one
-	;ClientHost = irc.the.net
+	;ClientHost = irc.example.net
 
 	# Set every clients' user name to their nick name
 	;ClientUserNick = yes
@@ -202,11 +202,11 @@
 
 	# IRC name of the remote server, must match the "Name" variable in
 	# the [Global] section of the other server (when using ngIRCd).
-	;Name = irc2.the.net
+	;Name = irc2.example.net
 
 	# Internet host name or IP address of the peer (only required when
 	# this server should establish the connection).
-	;Host = connect-to-host.the.net
+	;Host = connect-to-host.example.net
 
 	# IP address to use as _source_ address for the connection. if
 	# unspecified, ngircd will let the operating system pick an address.