directory
0.0.0-20241126003411-bba95ff4d6d5
Repository: https://github.com/google/inverting-proxy.git
Documentation: pkg.go.dev
# Packages
Command runlocal launches a reverse proxy that can be used to locally test changes to the code in the agent or server packages
Example usage:
go build -o ~/bin/inverting-proxy-run-local testing/runlocal/main.go ~/bin/inverting-proxy-run-local --port 8081.
Command websockets launches a reverse proxy that can be used to manually test changes to the code in the agent/websockets package
Example usage:
go build -o ~/bin/test-websocket-server testing/websockets/main.go ~/bin/test-websocket-server --port 8081 --backend http://localhost:8082.