This is the README for autopeer script v0.2
----------------------------------------------------------

autopeer is a bash script for sycronization neighbor Squid 1 and 2 caches

v0.2
(c) Denis Kaganovich,
mahatma@bspu.unibel.by
mahatma_d@usa.net

    This script (for bash) created for autoconfiguring squid for new
neighborhood caches. Some person (for example, ISP or backbone keeper) must
create and update file "proxy.lst" and put it in some server. And all machines
with Squid must run this script, for example, every night and it squid.conf will
be automatically updated with new cache_peer or cache_host (in various Squid
versions) records.

    Script use wget for download "proxy.lst" and squid for version check
and reconfiguring.

    Before starting 
script first time add 2 lines to squid.conf in location
of cache_peer or cache_host lines. Else all it lines will be appended to the
end of file.
Lines are:
#***AUTO-SIBLING-BEGIN
#***AUTO-SIBLING-END

    To force reconfiguring Squid (if proxy.lst not changed) remove old
proxy.lst.

    proxy.lst format: squid configuration lines witheout "cache_host" or
"cache_peer" keyword or remarks, started with "# " or "; ".
