Skip to content

v2.5.0-Folia

Compare
Choose a tag to compare
@ApliNi ApliNi released this 22 Feb 06:04
· 11 commits to main since this release

Full Changelog: v2.4.3...v2.5.0

更新内容

  • 使用更稳定的网络请求库优化稳定性
  • 支持添加网络代理
  • 支持运行在 Folia 服务器上

配置改动

  • 移除 disableCertificateVerification 配置, 添加 proxy 配置
# 设置网络代理
proxy:
  type: DIRECT # DIRECT | HTTP | SOCKS
  host: '127.0.0.1'
  port: 7890