MCPcopy Index your code
hub / github.com/audibleblink/letsproxy

github.com/audibleblink/letsproxy @v1.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.0 ↗ · + Follow
4 symbols 12 edges 1 files 1 documented · 25%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

LetsProxy

No frills, no config, reverse proxy that automatically pulls TLS certificates from Let's Encrypt.

Usage

./letsproxy --domain example.com --to http://localhost:3000
./letsproxy -d example.com -t http://127.0.0.1:9090

# multiple hosts allowed with csv
./letsproxy --domain corp.com,dev.com,example.com -t http://localhost:8080

Build

WebSocket proxying requires building with Go v1.12+

# required for concurrent cross-compilation build process and Makefile usage
go install github.com/audibleblink/gox

# OSARCH ?= "linux/amd64 linux/386 linux/arm windows/amd64 windows/386 darwin/amd64 darwin/386"
make

To selectively build a binary os/arch combination, simply override the OSARCH variable at make-time

make OSARCH=windows/amd64

Core symbols most depended-on inside this repo

NewSingleHostReverseProxy
called by 1
main.go
singleJoiningSlash
called by 1
main.go
init
called by 0
main.go
main
called by 0
main.go

Shape

Function 4

Languages

Go100%

Modules by API surface

main.go4 symbols

For agents

$ claude mcp add letsproxy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page