Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

v0.19.0-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@aploium aploium released this 15 May 03:27
· 407 commits to master since this release

请始终使用master版的... 这边tag和release只是类似于更新日志一样的标记
##主要新特性(相比之前一个pre-release):

  1. 主机支持非标准端口(80/443以外的), 在一定程度上能减少被审查的强度
  2. 同域名同端口多镜像的隔离机制, 比如google下挂载一个wiki
  3. 根据通配符自动添加域名白名单(实验性)
  4. 方便的debug辅助工具(字符串跟踪, dump所有流量)
  5. 增强对用户请求的重写和兼容性(但是导致性能下降了大概30%左右)
    注: 如果是用wsgi, 请一定要设置 WSGIPassAuthorization On
    6.Bug修复, 稳定性增强