Feature
- REDIRECT support IPv6 (#2473) @embeddedlove
- add dns query json API (/dns/query)
- response refer Google Public DNS and Cloudflare
- response without fakeip and hosts, can be used to debug dns issues
- add riscv64 build
Change
- Since the previous udp fallback behavior caused a lot of troubles and problems, in this release, udp matching no longer performs fallback matching and drop packet by default. If you need this behavior, use the following configuration.
experimental:
udp-fallback-match: true
Bugfixes
- drop UDP packet which mismatched destination for VMess (#2410) @ssz66666
- safeConnClose not working (#2463) @wwqgtxx
- immediately update provider file on startup when file modtime is outdated
New Contributors
- @ssz66666 made their first contribution in #2410
- @igoogolx made their first contribution in #2470
- @ffy made their first contribution in #2469
- @embeddedlove made their first contribution in #2473
- @yaling888 made their first contribution in #2498
Full Changelog: v1.12.0...v1.13.0