From 246230c9247ff3bee2a12e641ad02cdcd51f6eb1 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Sat, 14 Feb 2026 22:46:00 +0300 Subject: [PATCH] Bumped version + DC Overrides --- Cargo.toml | 2 +- config.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cbcfec..a319dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telemt" -version = "1.2.0" +version = "2.0.0" edition = "2024" [dependencies] diff --git a/config.toml b/config.toml index bd0f90c..1a1d101 100644 --- a/config.toml +++ b/config.toml @@ -78,3 +78,6 @@ weight = 10 # address = "127.0.0.1:1080" # enabled = false # weight = 1 + +[dc_overrides] +"203" = "91.105.192.100:443" \ No newline at end of file