zkry/basic-proxy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a simple proxy that will forward to requests to another location using the given basic auth credentials.
Usage of basic-proxy:
-port string
The port for the server to run on (default ":8080")
-pswd string
The password for basic auth.
-root string
The root for the proxy to scan.
-uname string
The username for basic auth.