No frills, no config, reverse proxy that automatically pulls TLS certificates from Let's Encrypt.
./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:8080WebSocket proxying requires building with Go v1.12+
make [linux|windows|darwin]