[srvx-commits] CVS: services srvx.conf.example,1.33,1.34
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-11-14 00:51:10
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv18272
Modified Files:
srvx.conf.example
Log Message:
add a comment about what the "hidden_host" does (and does not) do
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** srvx.conf.example 9 Nov 2002 03:44:50 -0000 1.33
--- srvx.conf.example 14 Nov 2002 00:51:07 -0000 1.34
***************
*** 243,246 ****
--- 243,249 ----
"network" "GenericNET";
"hidden_host" "users.Generic.NET"; // set this if you enabled ircd/Undernet's +x mode
+ /* hidden_host should match the F:HIDDEN_HOST: line in your ircu's ircd.conf;
+ * srvx does not set the host suffix for users, but must know it when making
+ * things like bans, where it should not show the user's real hostname. */
"numeric" "10"; // hint: If you get collisions on link, CHANGE THIS.
"max_users" "256"; // You can save a little memory by setting this to a lower value.
|