From 169a99089783845bacbec14b505943a46e7544b4 Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Mon, 14 Aug 2023 01:23:52 +0200 Subject: [PATCH] Remove unsupported proxy settings --- .env.docker.example | 6 ------ .env.example | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.env.docker.example b/.env.docker.example index cc8b38a..22c8d79 100644 --- a/.env.docker.example +++ b/.env.docker.example @@ -21,12 +21,6 @@ TELEGRAM_API_HASH= # FATAL_ERROR = 0; ERROR = 1; WARNING = 2; const NOTICE = 3; VERBOSE = 4; ULTRA_VERBOSE = 5; LOGGER_LEVEL=2 -# TELEGRAM SOCKS5 PROXY (optional) -TELEGRAM_PROXY_ADDRESS= -TELEGRAM_PROXY_PORT= -TELEGRAM_PROXY_USERNAME= -TELEGRAM_PROXY_PASSWORD= - # DB # memory # Keep all data in memory/session file. diff --git a/.env.example b/.env.example index c9f8f71..19fd09b 100644 --- a/.env.example +++ b/.env.example @@ -20,12 +20,6 @@ TELEGRAM_API_HASH= # FATAL_ERROR = 0; ERROR = 1; WARNING = 2; const NOTICE = 3; VERBOSE = 4; ULTRA_VERBOSE = 5; LOGGER_LEVEL=2 -# TELEGRAM SOCKS5 PROXY (optional) -TELEGRAM_PROXY_ADDRESS= -TELEGRAM_PROXY_PORT= -TELEGRAM_PROXY_USERNAME= -TELEGRAM_PROXY_PASSWORD= - # DB # memory # Keep all data in memory/session file.