Tag Archives: vpn

Telegram proxy (mtproto)

Using https://github.com/telemt/telemt. You would need a docker installed on your VPS. We want to start a proxy on :3443.

docker-compose.yml

generate a random secret

telemt.toml (update values in <>)

Don’t forget to allow this port in your VPS’ firewall:

It will give you a link to be used …

Read more

How to install Outline VPN on a random VPS server

In Ountline Manager, when you add a new server, select an option called «Set up Outline everywhere».

Outline — simple and powerful vpn on your server

https://getoutline.org/ Just a couple of mouse clicks, and it will create a new droplet on DigitalOcean for you (or any other provider from the list). Very easy to install, and works good so far.

VPN docker на digitalocean

Всё сводится к CID=$(docker run -d —restart=always —privileged -p 1194:1194/udp -p 443:443/tcp umputun/dockvpn), затем docker run -t -i -p 8080:8080 —volumes-from $CID umputun/dockvpn serveconfig, после чего открыть в браузере https://1.1.1.1:8080/. Единственный нюанс — я использовал свой образ, т.к. у меня сайтики на ssl крутятся. Оригинал — http://p.umputun.com/p/2014/08/12/svoi-sobstviennyi-vpn-za-3-minuty/ Можно ещё так сделать, но это не докер …

Read more