Skip to content

Releases: dyhkwong/SagerNet

0.10.14

28 Jun 13:17
Compare
Choose a tag to compare
  • Fix crash on system stack with a large MTU.
  • Make Hysteria2 work with proxy chain.
  • Fix Trojan not working with SplitHTTP and get ready for SplitHTTP upcoming breaking change on server side.
  • Allow to customize geosite.dat and geoip.dat download URL.
  • Minor breaking change: Query strategy (UseIP/UseIPv4/UseIPv6) of remote/direct DNS is now seperated from IPv6 route. To avoid connectivity issue, IPv6 route settings is reset. You need to reconfigure IPv6 route if necessary.

0.10.13

24 Jun 04:34
Compare
Choose a tag to compare
Fix SplitHTTP bugs

0.10.12

21 Jun 05:41
Compare
Choose a tag to compare
  • Merge SplitHTTP breaking changes.

mieru-plugin-3.2.1

21 Jun 05:34
Compare
Choose a tag to compare
Update Mieru to v3.2.1

0.10.11

18 Jun 11:57
Compare
Choose a tag to compare
  • Replace STUN tester from github.com/pion/stun/v2 with github.com/ccding/go-stun. Now it supports both RFC 3489 classic NAT type test and RFC 5780 (RFC 5389) NAT behavior discovery and won't genrerate fake endpoint-independent result.
  • Add so-called sni for naïveproxy. This won't work if a naïve server uses an IP certificate.
  • Add "SplitHTTP" transport. Similar to meek transport, this should help those abusing CDNs.
  • Fix various bugs.

naive-plugin-126.0.6478.40-1

10 Jun 20:42
Compare
Choose a tag to compare
Update naiveproxy to v126.0.6478.40-1

0.10.10

08 Jun 14:55
Compare
Choose a tag to compare
  • Add support for a new plugin (Juicity) and fix some bugs related to plugin (Hysteria2/Hysteria/TUIC5/TUIC).
  • Remove Trojan provider and always use internal implementation.

mieru-plugin-3.2.0

07 Jun 03:19
Compare
Choose a tag to compare
Update Mieru to v3.2.0

juicity-plugin-0.4.3

08 Jun 14:43
Compare
Choose a tag to compare

Accoring to its issue tracker, it is not compatible with fake DNS. To workaround this, domainStrategy will always be set for it when using fake DNS.

0.10.9

05 Jun 10:05
Compare
Choose a tag to compare
  • Support Shadowsocks, SOCKS and HTTP with streamSettings.
  • Fixes and improvements.