Add documentation for URL, OUT arrays

This commit is contained in:
Dan Church 2022-11-12 11:06:13 -06:00
parent a46ad0e943
commit 881debf6bb
Signed by: h3xx
GPG Key ID: EA2BF379CD2CDBD0
1 changed files with 10 additions and 0 deletions

View File

@ -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=()