13 lines
610 B
Markdown
13 lines
610 B
Markdown
# 01-06(OpenWrt HAProxy)
|
||
|
||
- **说明与选用**:[`docs/01-06-openwrt-haproxy.md`](../../../docs/01-06-openwrt-haproxy.md)(文首有各 `*.cfg` 对照表)。
|
||
- **本目录**:HAProxy 示例配置(非 K8s YAML);复制到 OpenWrt 后改 IP/端口并 `haproxy -c -f …` 校验。
|
||
|
||
| 文件 | 用途摘要 |
|
||
|------|----------|
|
||
| `haproxy-no-check.cfg` | 最简,无 check |
|
||
| `haproxy-http.cfg` | 80 明文 httpchk |
|
||
| `haproxy-tls.cfg` | 443 TCP + ssl-hello-chk |
|
||
| `haproxy-https.cfg` | 443 应用层 HTTPS 检查(HAProxy 终结 TLS) |
|
||
| `haproxy-proxy-http-tls.cfg` | 检查 + PROXY v2 |
|