This is hotfix release that aims to address the issue with a proxy that cannot access Telegram HTTP endpoints to get lists of updates DCs. It should help running it in restricted environment.
By default autoupdate now is disabled. You can explicitly enable it in config:
# If this setting is set, then mtg will try to get proxy updates from Telegram
# Usually this is completely fine to have it disabled, because mtg has a list
# of some core proxies hardcoded.
auto-update = falseWhat's Changed
- Do not panic if no addresses were found by @9seconds in #345
- Make auto updating optional by @9seconds in #344
Full Changelog: v2.1.11...v2.1.12