This release adds a new CLI command mtg doctor that helps understanding about possible problems with your current installations:
$ mtg doctor /path/to/my/config.toml
Deprecated options
✅ All good
Time skewness
✅ Time drift is -607.048µs, but tolerate-time-skewness is 5s
Validate native network connectivity
✅ DC 1
✅ DC 2
✅ DC 3
✅ DC 4
✅ DC 5
✅ DC 203
Validate network connectivity with proxy socks5://127.0.0.1:1080
✅ DC 1
✅ DC 2
✅ DC 3
✅ DC 4
✅ DC 5
✅ DC 203
Validate fronting domain connectivity
✅ xx.xx.xx.xx:yyy is reachable
Validate SNI-DNS match
✅ IP address xx.xx.xx.xx matches secret hostname <REDACTED>What's Changed
- Add Config.GetConcurrency with default fallback by @roman901 in #395
- mtg doctor CLI command by @9seconds in #397
- Allow using directory bind mounts for a docker container by @9seconds in #398
New Contributors
Full Changelog: v2.2.3...v2.2.4