diff --git a/data/server/GetConfig.json b/data/server/GetConfig.json index 2213551744..feafffabc4 100644 --- a/data/server/GetConfig.json +++ b/data/server/GetConfig.json @@ -42,6 +42,7 @@ "revoke_pm_inbox": true, "blocked_mode": false, "pfs_enabled": false, + "force_try_ipv6": false, "autoupdate_url_prefix": "https://tdesktop.telega.one/", "gif_search_username": "gif", "venue_search_username": "foursquare", diff --git a/data/server/test/GetConfig.json b/data/server/test/GetConfig.json index a7818fe855..9aa7e77d61 100644 --- a/data/server/test/GetConfig.json +++ b/data/server/test/GetConfig.json @@ -42,6 +42,7 @@ "revoke_pm_inbox": true, "blocked_mode": false, "pfs_enabled": false, + "force_try_ipv6": true, "autoupdate_url_prefix": "https://td.telegram.org/", "gif_search_username": "contextbot", "venue_search_username": "foursquarebot",