Highlight
- Migrate to go 1.18
- Add `GOAMD64=v3` for modern CPU (detailed description can be found [here](https://golang.org/wiki/MinimumRequirements#amd64))
Feature
- Support YAML format config file
- Add stack statistic API endpoint: `/netstats`
- Add debug pprof API endpoint: `/debug/pprof/`
- Add TCP args: `tcp-sndbuf`, `tcp-rcvbuf` and `tcp-auto-tuning`
Change
- Change major version suffix to `v2` by linfan in https://github.com/xjasonlyu/tun2socks/pull/88
- Optimize memory consumption
- Refactor modules/codes
- Bug fixes and performance improvement
New Contributor
* linfan made their first contribution in https://github.com/xjasonlyu/tun2socks/pull/88
**Full Changelog**: https://github.com/xjasonlyu/tun2socks/compare/v2.3.2...v2.4.0