Skip to content

v2.3-beta

Compare
Choose a tag to compare
@narukoshin narukoshin released this 26 Feb 20:36
· 110 commits to main since this release

CHANGELOG

Added a new option which one can import another config file.

To import another config file, create a config.yml file and type:

# config.yml
import: file_to_import.yml

then, create a file that you want to import, for example, file_to_import.yml, and write your config like this sample file config.sample.yml

Added a socks5 proxy feature.

To use this tool with the socks5 proxy, add this line to your config:

proxy:
    socks: socks5://127.0.0.1:9050?timeout=5s # for Tor proxy