18 lines
650 B
Plaintext
18 lines
650 B
Plaintext
|
|
# Configuration for linesync.sh
|
|
#
|
|
# - This file must be placed in the same directory as ircd.conf
|
|
# - Note that all URL's *MUST* have a trailing /
|
|
# - Since we are using wget, you could use ftp:// URL's as well if you want to
|
|
|
|
# Where do we get our ircd.conf update?
|
|
LINE_SERVER="http://some.domain/"
|
|
|
|
# Check servers, as many as you like, seperated by spaces
|
|
LINE_CHECK="http://host1.other.domain/lsync/ http://host-19.domain-x.net/ http://www.domain.what"
|
|
|
|
# What .conf lines are allowed in the downloaded updates?
|
|
# Pipe seperated - for Undernet use "Uworld|Jupe|Quarantine|Kill" (kKQU in .11 terms)
|
|
ALLOWED_LINES="Uworld|Jupe|Quarantine|Kill"
|
|
|