Skip to content

Migration

安容 edited this page Jan 1, 2025 · 4 revisions

v0.10

Protocol

Hysteria2

  1. Supports both sing-box and Hysteria2's port hopping syntax. (443, 444-445, 446:450 are all supported)
  2. Changed the port hopping interval format: Uses Go-style Duration syntax.

Settings

  1. Remove sniff override option temporally.

v0.9.0

Rules

  1. Remove single rule-set settings. Now if you want to use rule-set, please use domain and ip settings instead.

Old:

// rule-set
geosite-cn
geoip-cn

New:

// domain
set:geosite-cn
// IP
set:geoip:cn
  1. Remove automatic DNS modes. If you prefer to special DNS settings, please see Route.

Protocol

Remove support of Trojan-go. Since then your Trojan-go configuration will be removed.

Some alternatives of its features:

  • smux: sing-box has already adapted it.

  • shadowsocks crypto: Few existing use cases.

Plugin

Not update Naiveproxy plugin any more, please use the build of upstream.

Clone this wiki locally