xfy
c418baeb90
feat(vhost): 增强 server_name 匹配支持通配符和正则
按 nginx server_name 规则实现多类型匹配:
- 精确匹配:example.com
- 前缀通配:*.example.com(最长匹配优先)
- 后缀通配:example.*
- 正则匹配:~regex(按配置顺序)
- 匹配优先级:精确 → 前缀通配 → 后缀通配 → 正则 → 默认
更新 AddHost 返回 error 以支持正则编译错误反馈
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-17 09:26:47 +08:00
..
2026-04-17 09:26:38 +08:00
2026-04-13 16:15:31 +08:00
2026-04-16 18:12:16 +08:00
2026-04-17 09:26:30 +08:00
2026-04-16 18:12:28 +08:00
2026-04-16 13:50:15 +08:00
2026-04-16 13:50:15 +08:00
2026-04-16 11:44:45 +08:00
2026-04-16 18:12:28 +08:00
2026-04-16 13:50:15 +08:00
2026-04-16 18:24:05 +08:00
2026-04-17 09:26:22 +08:00
2026-04-16 18:24:05 +08:00
2026-04-13 13:15:39 +08:00
2026-04-16 13:50:15 +08:00
2026-04-16 18:12:38 +08:00
2026-04-16 13:50:15 +08:00
2026-04-17 09:26:47 +08:00
2026-04-16 13:50:15 +08:00
2026-04-13 13:15:39 +08:00
2026-04-16 13:50:15 +08:00
2026-04-13 13:15:20 +08:00
2026-04-13 13:15:39 +08:00
2026-04-16 13:50:15 +08:00
2026-04-13 13:15:39 +08:00