From 881debf6bb1d81bdb2eb6dab87b22b7cb2fa3dbb Mon Sep 17 00:00:00 2001 From: Dan Church Date: Sat, 12 Nov 2022 11:06:13 -0600 Subject: [PATCH] Add documentation for URL, OUT arrays --- update.cfg.example | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/update.cfg.example b/update.cfg.example index f5a4f52..91534d2 100644 --- a/update.cfg.example +++ b/update.cfg.example @@ -17,6 +17,16 @@ #BACKUPSUFFIX= #BLOCKLIST=$WORKDIR/block.list #LIST_DIR=$WORKDIR/lists + +# Simple URL grab list +# Mirror any URL to the 'lists' directory. +# Note: URL and OUT indices are correlated, e.g. URL[10] will be retrieved and +# stored in OUT[10] +# Example config: +# URL+=('https://example.com/mylist.hosts') +# OUT+=("$LIST_DIR/mylist.hosts") +# URL+=('https://example.com/others.hosts') +# OUT+=("$LIST_DIR/others.hosts") #OUT=() #URL=()