Geph 4.2.1 released!
Major changes / 主要更改
- Added TCP mode. This allows connecting to Geph in environments that do not allow UDP, makes upstream proxy support a possibility in the future, and improves performance on a minority of networks that rate-limit UDP.
加入「TCP模式」。使用TCP模式可以在无法使用UDP的环境中使用迷雾通,也使得将来加入上游代理功能变得可能。少数网络可能打开TCP可以提高速度。 - No longer tries to obtain administrative privileges for VPN mode on Windows, as the previous approach was very buggy. Instead, prompts the user to manually start Geph with administrative privileges.
开启VPN模式不再自动获取管理员权限,因为这个代码之前bug很多,而提示用户自行开启管理员权限。 - Small bugfixes and optimizations
小的修正与优化