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-03 14:07:42 +08:00
2026-04-13 17:38:49 +08:00
2026-04-14 14:33:30 +08:00
2026-04-15 13:32:36 +08:00
2026-04-14 14:26:01 +08:00
2026-04-16 13:50:15 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:15:31 +08:00
2026-04-16 18:12:16 +08:00
2026-04-16 18:12:16 +08:00
2026-04-15 12:48:49 +08:00
2026-04-17 09:26:38 +08:00
2026-04-16 15:06:50 +08:00
2026-04-16 18:12:37 +08:00
2026-04-16 15:07:12 +08:00
2026-04-15 13:32:36 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 09:51:44 +08:00
2026-04-13 16:50:14 +08:00
2026-04-17 09:26:47 +08:00
2026-04-17 09:26:47 +08:00