Commit Graph

  • 0e45055fd9 fix: robust log retrieval with stderr merging and status check main kobaltgit 2026-04-06 13:08:55 +03:00
  • 5da628ed70 fix: improve docker logs retrieval and diagnostics kobaltgit 2026-04-06 13:05:46 +03:00
  • 3c6ce21d31 feat: integrate GoTelegram features into SwiftGram kobaltgit 2026-04-06 13:00:00 +03:00
  • e1b495ca47 fix: resolve port doubling issue in status display kobaltgit 2026-04-06 12:46:57 +03:00
  • 09f1aa3832 feat: make installer self-contained and fix UDP calls kobaltgit 2026-04-06 12:36:33 +03:00
  • ed983773cd modified: install.sh kobaltgit 2026-04-05 23:59:51 +03:00
  • ec972b17e4 fix: Ultimate UDP call fix with host networking kobaltgit 2026-04-05 23:49:12 +03:00
  • 8980f74b26 modified: install.sh kobaltgit 2026-04-05 23:34:33 +03:00
  • 272e712eaa fix: Resolve proxy connectivity and port selection issues kobaltgit 2026-04-05 23:29:13 +03:00
  • 89825de812 find_smart_port() { local port=443 if ss -tlnp | grep -qE ":${port}\b"; then echo -e " ${YELLOW}ℹ Порт 443 занят (Hiddify/Nginx). Пробую 8443...${NC}" >&2 port=8443 if ss -tlnp | grep -qE ":${port}\b"; then port=$(( (RANDOM % 10000) + 20000 )) echo -e " ${YELLOW}ℹ Порт 8443 тоже занят. Выбран случайный: $port${NC}" >&2 fi fi echo "$port" } kobaltgit 2026-04-05 23:10:37 +03:00
  • 1747e8e969 new file: README.md modified: bot.py kobaltgit 2026-04-05 22:16:01 +03:00
  • 9482cfe7f6 feat: Initial commit for SwiftGram - Smart MTProxy Manager kobaltgit 2026-04-05 22:08:46 +03:00