четверг, 26 марта 2026 г.

Docker MtProto telega

Windows

https://habr.com/ru/articles/1011354/

Linux

https://habr.com/ru/articles/1010942/

iptables

https://interface31.livejournal.com/83089.html

https://interface31.ru/tech_it/2020/02/osnovy-iptables-dlya-nachinayushhih-chast-1.html

https://timeweb.cloud/tutorials/centos/kak-nastroit-iptables-na-centos

Stop ipfilters

https://serverfault.com/questions/129086/how-to-start-stop-iptables-on-ubuntu

https://www.cyberciti.biz/faq/ubuntu-server-disable-firewall/

Finally, type the following commands to stop firewall and flush all the rules:
$ sudo iptables -X
$ sudo iptables -t nat -F
$ sudo iptables -t nat -X
$ sudo iptables -t mangle -F
$ sudo iptables -t mangle -X
$ sudo iptables -P INPUT ACCEPT
$ sudo iptables -P FORWARD ACCEPT
$ sudo iptables -P OUTPUT ACCEPT

Docker

sudo systemctl restart docker

https://stackoverflow.com/questions/39508018/docker-driver-failed-programming-external-connectivity-on-endpoint-webserver

 docker: Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint mtproto-proxy

FAQ

https://habr.com/ru/companies/flant/articles/336654/

AppStore GoogleApp

https://habr.com/ru/articles/1015122/