Implement SOCKS5 and HTTP proxy support in main.go, enhancing outgoing request handling. Update README.md to document new proxy environment variables. Update go.mod to include golang.org/x/net dependency.
Publish telemt-bot Docker image / build-and-push (push) Failing after 45s

This commit is contained in:
Denozordec
2026-03-20 18:54:10 +07:00
parent a68146e028
commit cd9389e9fd
3 changed files with 66 additions and 9 deletions
+2
View File
@@ -1,3 +1,5 @@
module telemt-bot
go 1.22
require golang.org/x/net v0.28.0