mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
Add documentation for URL, OUT arrays
This commit is contained in:
parent
a46ad0e943
commit
881debf6bb
1 changed files with 10 additions and 0 deletions
|
@ -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=()
|
||||
|
||||
|
|
Loading…
Reference in a new issue