This repository has been archived on 2021-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
rsstube-bash-old/templates/config

16 lines
450 B
Plaintext
Raw Permalink Normal View History

2021-11-28 19:00:00 -05:00
## Sample config file
## Uncomment lines by removing the # to use them.
## Run in non-network mode (only try to determine feed from URL, do not download the page)
# -n
## Use SOCKS5 proxy on localhost:9150
# -p socks5h://localhost:9150
## Run in quiet mode (do not show output from curl)
# -q
## Pretend to be Tor Browser to evade Cloudflare blocks while using Tor
## NOTE: This option does NOT itself set a Tor proxy. Please do so with -p.
# -t