backlog-exporter-socks-plugin
A plugin that adds SOCKS proxy support to the backlog-exporter, allowing you to export Backlog data through a SOCKS proxy.

Usage
$ npx backlog-exporter@latest plugins install backlog-exporter-socks-plugin
$ npx backlog-exporter@latest plugins
$ export SOCKS_PROXY=socks5://proxy.example.com:1080
$ npx backlog-exporter@latest socks-proxy
Once this plugin is installed, backlog-exporter will route all requests through the proxy when the SOCKS_PROXY
environment variable is defined.
See backlog-exporter's usage on its site.
Commands
npx backlog-exporter@latest socks-proxy
Display current SOCKS proxy configuration for backlog-exporter.
This command only displays the current configuration.