Skip to content

audibleblink/letsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+

make [linux|windows|darwin]

About

Quickly fetch Let's Encrypt certs and serve a reverse proxy

Resources

License

Stars

Watchers

Forks

Packages

No packages published