v0.2.0
✨ 新功能
- 新增易于操作的图形化管理界面。
- 支持自定义日志规则配置。
- 支持纯Toml静态配置或管理界面动态配置使用。
- 如果开启管理界面,服务首次启动会将静态配置规则加载到数据库中。
⚙️ 配置变更
- 配置文件中的证书配置开关属性由 ssl 更名为 tls。
- 端口映射增加status状态字段,用于控制映射的开启状态。
✨ New Features
- Added a user-friendly graphical management interface.
- Supports custom log rule configuration.
- Allows either pure TOML static configuration or dynamic configuration via the management interface.
- If the management interface is enabled, the service loads static configuration rules into the database on first startup.
⚙️ Configuration Changes
- The certificate configuration option in the config file has been renamed from
ssltotls. - Added a
statusfield to port mappings to control their enablement.