Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audibleblink/letsproxy
Quickly fetch Let's Encrypt certs and serve a reverse proxy
https://github.com/audibleblink/letsproxy
Last synced: 3 months ago
JSON representation
Quickly fetch Let's Encrypt certs and serve a reverse proxy
- Host: GitHub
- URL: https://github.com/audibleblink/letsproxy
- Owner: audibleblink
- License: mit
- Created: 2019-03-10T17:37:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T01:47:09.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T05:18:22.771Z (5 months ago)
- Language: Go
- Homepage:
- Size: 16.4 MB
- Stars: 100
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **73**星
README
# LetsProxy
No frills, no config, reverse proxy that automatically pulls TLS certificates from Let's Encrypt.
## Usage
```sh
./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+**
```sh
make [linux|windows|darwin]
```