Update of /cvsroot/x2serv/x2/conf
In directory usw-pr-cvs1:/tmp/cvs-serv22335/conf
Modified Files:
x2.conf.in
Log Message:
Some more changes to the help files, and a little tidy up (nothing added/removed for the default x2.conf.
Index: x2.conf.in
===================================================================
RCS file: /cvsroot/x2serv/x2/conf/x2.conf.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** x2.conf.in 2001/05/31 02:54:19 1.5
--- x2.conf.in 2001/05/31 04:06:26 1.6
***************
*** 1,28 ****
! #This is the server to connect to..
! #Server to link to. More then one SERVER line is OK
! # SERVER <IP/hostname>:<password>:<ServerName>:<Port>
! #SERVER 10.10.10.4:password:irc.yourserver.org:6667
SERVER 10.10.10.4:password:irc.yourserver.org:8888
! #What should we call ourselves
SERVICE X2.AfterNET.Services
! #What nickname should the service create.
IRCNICK X2
! # (P10) What server numeric to use
NUMERIC 52
! #If not connected, it will listen on this port.
LISTEN 1234
! #Command charactor for use in channels.
CMDCHAR .
! #Can't use ~ in this..
HOME @prefix@
! #Autorouting uses the routing.dat file
! #to keep the network routed. Experimental.
AUTOROUTING 0
--- 1,32 ----
! # Server(s) to link to. More then one SERVER line is OK.
! # SERVER <IP/hostname>:<password>:<ServerName>:<RoutingPort>
SERVER 10.10.10.4:password:irc.yourserver.org:8888
! # This causes x2's wingate scanning and listening to bind() to a spesific IP
! # 127.0.0.1 is localhost, and needs to be changed if you are going to actually
! # use this. If you don't want x2 to bind, leave this commented out.
! # BIND 127.0.0.1
!
! # The name of the Service.
SERVICE X2.AfterNET.Services
! # What nickname should the service create and use.
IRCNICK X2
! # The server numeric for the service.
NUMERIC 52
! # If not connected, X2 will listen for connections on this port.
LISTEN 1234
! # Command character for use in channels.
CMDCHAR .
! # X2's home directory.
! # Can't use ~ in this..
HOME @prefix@
! # Autorouting uses the routing.dat file
! # to keep the network routed. Experimental.
AUTOROUTING 0
***************
*** 41,44 ****
--- 45,51 ----
# This enables checking of every client's port 1080 for
# existance of an insecure wingate installation.
+ # 0 = nothing
+ # 1 = Warn the ircops
+ # 2 = G-Line the host.
GATECHECK 0
***************
*** 50,61 ****
CLONERES 0
! # Scan for sub7?
# 0 = no
! # 1 = warn
! # 2 = gline
SUB7SCAN 0
-
- # This causes x2's wingate scanning and listening to bind() to a spesific IP
- # 127.0.0.1 is localhost, and needs to be changed if you are going to actually
- # use this. If you don't want x2 to bind, leave this commented out.
- # BIND 127.0.0.1
--- 57,63 ----
CLONERES 0
! # Use CTCP Clientinfo Sub7 scanning?
# 0 = no
! # 1 = Warn the ircops
! # 2 = G-Line the host.
SUB7SCAN 0
|