Merge branch 'main' of github.com:yusing/go-proxy

This commit is contained in:
yusing 2024-03-02 23:03:49 +00:00
commit fd466030e7

View file

@ -12,6 +12,7 @@ In the examples domain `x.y.z` is used, replace them with your domain
- [Configuration](#configuration) - [Configuration](#configuration)
- [Single Port Configuration](#single-port-configuration-example) - [Single Port Configuration](#single-port-configuration-example)
- [Multiple Ports Configuration](#multiple-ports-configuration-example) - [Multiple Ports Configuration](#multiple-ports-configuration-example)
- [Multiple Ports Configuration](#multiple-ports-configuration-example)
- [TCP/UDP Configuration](#tcpudp-configuration-example) - [TCP/UDP Configuration](#tcpudp-configuration-example)
- [Troubleshooting](#troubleshooting) - [Troubleshooting](#troubleshooting)
- [Benchmarks](#benchmarks) - [Benchmarks](#benchmarks)
@ -26,7 +27,7 @@ In the examples domain `x.y.z` is used, replace them with your domain
- HTTP proxy - HTTP proxy
- TCP/UDP Proxy (experimental, unable to release port on hot-reload) - TCP/UDP Proxy (experimental, unable to release port on hot-reload)
- Auto hot-reload when container start / die / stop. - Auto hot-reload when container start / die / stop.
- Simple panel to see all reverse proxies and health (visit port :81 of go-proxy `https://*.y.z:81`) - Simple panel to see all reverse proxies and health (visit port :8443 of go-proxy `https://*.y.z:8443`)
![panel screenshot](screenshots/panel.png) ![panel screenshot](screenshots/panel.png)
@ -99,6 +100,7 @@ whoami:
# 2. visit https://apps.y.z/whoami # 2. visit https://apps.y.z/whoami
``` ```
### Multiple Ports configuration example
### Multiple ports configuration example ### Multiple ports configuration example
```yaml ```yaml