Repositories
/
rubiks-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0cd8a9
)
*** empty log message ***
author
Matthew Wiggins
<lithium@rubiks.net>
Mon, 7 Mar 2005 21:06:50 +0000
(21:06 +0000)
committer
Matthew Wiggins
<lithium@rubiks.net>
Mon, 7 Mar 2005 21:06:50 +0000
(21:06 +0000)
doc/template.conf
patch
|
blob
|
blame
|
history
diff --git
a/doc/template.conf
b/doc/template.conf
index
def84de
..
babb72f
100644
(file)
--- a/
doc/template.conf
+++ b/
doc/template.conf
@@
-99,8
+99,8
@@
class {
-/* our uplink hub */
/*
+/* our uplink hub */
connect {
name hub.name; # Hub's IRC name
host 172.16.4.2; # Hub's IP address
@@
-111,4
+111,13
@@
connect {
flags H; # It is a hub
class hub; # Use hub class
};
+
+/* servers that connect to us */
+connect {
+ name irc.name # client's IRC name
+ host 127.3.4.1 # client's ip address
+ apasswd secret;
+ cpasswd secret;
+ class hub; #treat all server links the same
+};
*/