Files
Neo-ZQYY/infra/README.md

17 lines
424 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# infra/
## 作用说明
基础设施配置目录纳入版本控制以实现环境配置可追溯、可复现。存放网络代理、VPN、防火墙等运维配置模板。
## 内部结构
- `jump_proxy/` — 跳板机/代理配置
- `tailscale/` — Tailscale VPN 配置
- `firewall/` — 防火墙规则
## Roadmap
- 补充 Docker Compose 编排文件(开发环境一键启动)
- 补充 CI/CD 流水线配置