Skip to content

0.17.35

Choose a tag to compare

@github-actions github-actions released this 25 Apr 18:47
· 97 commits to dev since this release
  • Refactor the IPC mechanism between the proxy core and Exclave to prevent Exclave itself being blocked by some overkilled blocking rules. No functions will become unavailable with SOCKS5 inbound disabled.
  • Display a warning if both username/password authentication and UDP are enabled for SOCKS5 inbound. SOCKS5 UDP is not protected by username/password authentication. If UDP is enabled, the authentication can be bypassed easily.
  • Refine the multiplexing of HTTP/3 proxy and TrustTunnel.
  • Add "use group front proxy" and "use group landing proxy" for balancer (by @akellavk).
  • Replace Takisoft PreferenceX with AndroidX Preference and replace Takisoft's SimpleMenuPreference with Rikka's SimpleMenuPreference.