You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN cat /etc/credentials | while read user pass comment ; do printf "$pass\n$pass\n" | adduser $user; echo "tg://socks?server=tuchki.ru&port=41195&user=$user&pass=$pass"; done
RUN cat /etc/credentials | while read user pass comment ; do echo "tg://socks?server=tuchki.ru&port=41195&user=$user&pass=$pass - $comment"; done