X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=tools%2Flinesync%2Flinesync.conf;fp=tools%2Flinesync%2Flinesync.conf;h=b63facae55b5a0a0cd7a7f39e1b186646150156e;hp=0000000000000000000000000000000000000000;hb=0400a5a6479398d82526785c18c0df8bc8b92dce;hpb=d17e10da972ce5776c60b4c317267c6abe0e1ead diff --git a/tools/linesync/linesync.conf b/tools/linesync/linesync.conf new file mode 100644 index 0000000..b63faca --- /dev/null +++ b/tools/linesync/linesync.conf @@ -0,0 +1,17 @@ + +# 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" +