日常更新

This commit is contained in:
2026-03-29 09:08:01 +08:00
parent 31709425e2
commit befdefd222
224 changed files with 7240 additions and 3297 deletions

View File

@@ -0,0 +1,12 @@
# 01-06OpenWrt 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 |