noxproxy

command
v0.0.0-...-c266a4d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Noxproxy is an HTTP proxy allowing incoming plain requests and making outgoing requests over nox.

HTTPS is not supported, simply configure your http client to only use the proxy for plain HTTP.

Nox addresses are created by using "fs" to the incoming address for the local specifier. And "known" for remote. You can override these values with the -local and -remote flags.

Address to use nox for can be whitelisted or blacklisted. If a whitelist is active, only outgoing connection for matching addresses are made with nox. If a blacklist is active, all outgoing connections except those matching the blacklist are made with nox.

Example:

$ nox init
$ noxproxy -verbose -remote tofu -whitelist localhost:1047

$ http_proxy=http://localhost:8000 curl -v localhost:1047

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL