Skip to content

feat: support for http proxy #2

@feelancer21

Description

@feelancer21

When HttpTunnelPort is set in torrc (and restart), then this wrap works

clip-cli() {
  HTTP_PROXY="http://127.0.0.1:8118" \
  HTTPS_PROXY="http://127.0.0.1:8118" \
  NO_PROXY="localhost,127.0.0.1" \
    /path/to/cli "$@"
}

Maybe we can set the envs directliy in clip-cli using config param.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions