Skip to content

7.10.2082

Latest
Compare
Choose a tag to compare
@liudf0716 liudf0716 released this 22 Oct 03:56
· 14 commits to master since this release

apfree wifidog 7.10.2082 Release Notes


中文版本发布说明:

7.10.2082 版本更新内容:

  1. 修复通过认证的用户信息不上报的bug

  2. 增加本地无认证服务器认证功能:

    • 用户可手动配置本地portal展示页面
    • 添加用户本地放行接口
    • 优化无认证服务器下的ping、auth及websocket接口流程
  3. websocket接口增加踢认证用户下线功能:

    • 用户无需等待1分钟即可踢下线
  4. 优化logoutloginlogin2接口

  5. 本地HTTP和HTTPS服务的优化:

    • 增加IPv6的支持
    • 修复https拦截认证的bug
  6. 修复认证服务器在CDN环境下的bug:

    • CDN环境下IP频繁变动导致白名单失效的问题已解决
  7. 修复IPv6环境下认证失效的bug

  8. 修改网关无法获取IPv6地址时退出的问题

  9. websocket功能优化:

    • 添加websocket单独配置功能,支持与认证服务器分开部署
    • 优化websocket连接服务器端的容错处理
    • 修复websocket连接服务器端退出的问题
  10. 重构fw3和fw4的代码处理,停止对fw3的支持

  11. 启动时清理现有会话,用户下线时删除用户会话

  12. 修复并完善防火墙规则:

    • 防止非80和443端口服务在无认证状态下访问网络
    • 确保网关设备可以无认证访问网络
  13. 添加防火墙规则重启功能,并保留已认证用户及其流量统计信息

  14. 修复其它已知问题

版本视频说明


English Version Release Notes:

What’s New in Version 7.10.2082:

  1. Fixed the bug where authenticated user information was not reported

  2. Added local authentication feature without a remote authentication server:

    • Users can manually configure a local portal display page
    • Added a local user bypass interface
    • Optimized ping, auth, and websocket flows for environments without an authentication server
  3. WebSocket interface now supports kicking authenticated users offline instantly:

    • No need to wait for 1 minute to disconnect users
  4. Optimized the logout, login, and login2 interfaces

  5. Improvements to local HTTP & HTTPS services:

    • Added support for IPv6
    • Fixed bugs related to HTTPS interception for authentication
  6. Fixed bugs with authentication servers in CDN environments:

    • Resolved issues where dynamic IP changes in CDN setups caused whitelist failures
  7. Fixed authentication failures in IPv6 environments

  8. Resolved issues where gateways would exit when IPv6 addresses could not be obtained

  9. WebSocket optimizations:

    • Added a standalone WebSocket configuration, allowing it to be deployed separately from the authentication server
    • Improved fault tolerance when connecting to the WebSocket server
    • Fixed disconnection issues with the WebSocket server
  10. Refactored code handling for fw3 and fw4; discontinued support for fw3

  11. Cleared all active sessions at startup and removed user sessions upon disconnection

  12. Enhanced firewall rules:

    • Prevent unauthorized access to non-80/443 ports
    • Ensure gateway devices can access the network without authentication
  13. Added firewall rule restart functionality, while preserving authenticated users and their traffic statistics

  14. Fixed other known bugs