v3.16.0
enfein/mieruv3.16.0Jun 9, 2025by enfein
AI Summary
This release changes default security settings and logging behavior. It blocks access to internal networks by default and adjusts metrics logging intervals to improve performance and security.
Key Highlights
- Block user access to internal network by default
- Change default metrics logging interval to 10 minutes
- Allow user to customize metrics logging interval
Breaking Changes
- Must use 'allowPrivateIP' and 'allowLoopbackIP' in proxy server configuration to allow user to access internal network
New Features
- Security hardening: block internal network access
- Configurable metrics logging intervals
Full Release Notes
1. By default, block user from access internal network using proxy (issue #212). 2. Change default metrics logging interval to 10 minutes. 3. Allow user to customize metrics logging interval (issue #217). Breaking change: you must use `allowPrivateIP` and `allowLoopbackIP` in proxy server configuration to allow user to access internal network. --- 1. 默认情况下,阻止用户通过代理访问内网。 2. 将默认的指标日志输出间隔修改为 10 分钟。 3. 允许用户自定义指标日志输出间隔。 重大变更:如需允许用户访问内网,必须在代理服务器配置中使用 `allowPrivateIP` 和 `allowLoopbackIP` 选项。