ircu2.10.12 pk910 fork
[ircu2.10.12-pk.git] / tools / linesync / linesync.conf
1
2 # Configuration for linesync.sh
3 #
4 # - This file must be placed in the same directory as ircd.conf
5 # - Note that all URL's *MUST* have a trailing /
6 # - Since we are using wget, you could use ftp:// URL's as well if you want to
7
8 # Where do we get our ircd.conf update?
9 LINE_SERVER="http://some.domain/"
10
11 # Check servers, as many as you like, seperated by spaces 
12 LINE_CHECK="http://host1.other.domain/lsync/ http://host-19.domain-x.net/ http://www.domain.what"
13
14 # What .conf lines are allowed in the downloaded updates?
15 # Pipe seperated - for Undernet use "Uworld|Jupe|Quarantine|Kill" (kKQU in .11 terms)
16 ALLOWED_LINES="Uworld|Jupe|Quarantine|Kill"
17