Initial commit: VPN Telegram bot (sanitized defaults)

This commit is contained in:
VPN Service
2026-07-26 23:21:41 +03:00
commit aaf04faa96
77 changed files with 33249 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Shell scripts must use LF so bash on Linux doesn't break on `set -o pipefail`
*.sh text eol=lf
install.sh text eol=lf
# Keep Docker/env examples Unix-friendly
Dockerfile text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
Caddyfile text eol=lf
.env.example text eol=lf