Proxy server and Port List

$ brew tap athena-oss/tap $ brew install plugin-proxy
Alternative
$ athena plugins install proxy
How to Use ?
This plugin provides the following commands :
start - Starts the Proxy Server(s)
$ athena proxy start [-help|-port=
] $ # e.g. start proxy server $ athena proxy start $ # e.g. link the proxy server with my selenium grid node $ athena proxy start -link=my-selenium-grid-node:proxy-server $ # e.g. start proxy server and publish externally port 5001 $ athena proxy start -port=5001
stop - Stop the Proxy Server(s)
$ athena proxy stop [-help|-all|-port=
] $ # e.g. stop proxy server $ athena proxy stop $ # e.g. stop proxy server at port 5001 $ athena proxy stop -port=5001
logs - Shows Proxy Server Logs
$ athena proxy logs [-help|-port=
] [-f] $ # e.g. simple logs print $ athena proxy logs $ # e.g. get proxy server at port 5001 logs $ athena proxy logs -port=5001
terminal - Starts a Shell Inside the Proxy Server Container
$ athena proxy terminal [-help|-port=
] $ # e.g. simple shell $ athena proxy terminal $ # e.g. start a shell in the proxy server running at port 5001 $ athena proxy terminal -port=5001
cleanup - Stops and Removes the Proxy Server Container(s) and Image
$ athena proxy cleanup [-help|-y] $ # e.g. simple cleanup $ athena proxy cleanup $ # e.g. with automatic yes to prompts $ athena proxy cleanup -y
proxy - Manage Proxies
$ athena proxy proxy [-port=
] $ # e.g. list proxies $ athena proxy proxy list $ # e.g. list, proxy server at port 5001, proxies $ athena proxy proxy list -port=5001
Source: github.com
Related posts: