docs: update proxy configuration comments for clarity in README and example config files

This commit is contained in:
krau
2026-01-06 09:35:21 +08:00
parent 8972d8a169
commit 3f914f7a64
5 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ lang = "en" # Language setting, "en" for English
[telegram]
token = "" # Your bot token, obtained from @BotFather
[telegram.proxy]
# Enable proxy for Telegram, currently only SOCKS5 is supported
# Enable proxy for Telegram
enable = false
url = "socks5://127.0.0.1:7890"