Command-line interface for vinxi with declarative configuration file to easily set up a full-featured proxy server.
Note: work in progress.
go get -u gopkg.in/vinxi/vinxictl.v0
vinxictl 0.1.0
Usage:
vinxictl -p 80
vinxictl -p 80 -c config.toml
Options:
-a <addr> bind address [default: *]
-p <port> bind port [default: 8080]
-h, -help output help
-v, -version output version
-c, -config Config file path
-f Target server URL to forward traffic by default
-mrelease <num> OS memory release inverval in seconds [default: 30]
-cpus <num> Number of used cpu cores.
(default for current machine is 8 cores)
MIT - Vinxi Authors