diff --git a/HABR.md b/HABR.md index 2b9123b..5e54c33 100644 --- a/HABR.md +++ b/HABR.md @@ -278,7 +278,7 @@ cargo build --release macOS: после скачивания `xattr -cr tglock-macos-arm64 && chmod +x tglock-macos-arm64` -**P.S.** Для полного обхода блокировок (YouTube, Discord, Instagram и всё остальное) — **[by sonic VPN](https://t.me/bysonicvpn_bot)**. +**P.S.** Для полного обхода блокировок (YouTube, Discord, Instagram и всё остальное) — **[RoseVPN](https://t.me/rosevpnru_bot)**. --- diff --git a/README.md b/README.md index cd8b927..514b52b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ + +
+
+
+
+
+ Быстрый VPN с обходом YouTube, Discord, Instagram · Бесплатный пробный период · Подключение за 30 секунд через бот @rosevpnru_bot +
+ +--- + + +
Обход блокировки Telegram через WebSocket-туннель
@@ -69,7 +83,7 @@ cargo build --release ## VPN -Для обхода блокировок **всех** приложений — **[by sonic VPN](https://t.me/bysonicvpn_bot)** +Для обхода блокировок **всех** приложений — **[RoseVPN](https://t.me/rosevpnru_bot)** ## Лицензия diff --git a/src/main.rs b/src/main.rs index 71e9976..e515f9b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -185,13 +185,13 @@ impl eframe::App for App { .inner_margin(egui::Margin::symmetric(12, 6)) .show(ui, |ui| { ui.horizontal(|ui| { - ui.colored_label(ACCENT, egui::RichText::new("by sonic VPN").size(12.0).strong()); + ui.colored_label(ACCENT, egui::RichText::new("RoseVPN").size(12.0).strong()); ui.colored_label(TEXT2, egui::RichText::new("Обход для всех приложений").size(11.0)); ui.with_layout(egui::Layout::right_to_left(egui::Align::Center), |ui| { if ui.add(egui::Button::new( - egui::RichText::new("@bysonicvpn_bot").size(11.0).strong().color(ACCENT) + egui::RichText::new("@rosevpnru_bot").size(11.0).strong().color(ACCENT) ).frame(false)).clicked() { - let _ = open::that("https://t.me/bysonicvpn_bot"); + let _ = open::that("https://t.me/rosevpnru_bot"); } }); });