For the complete documentation index, see llms.txt. This page is also available as Markdown.

Настройка VPN

Install WireGuard server:

curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh
./wireguard-install.sh

Configure your profile:

./wireguard-install.sh

Client application for your device:

WireGuard Installation App

Install OpenVPN server:

curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh

Configure:

./openvpn-install.sh

Client name: profile1

Copy your config: cat /root/profile1.ovpn


Download client application:

Windows & Linux MacOS iOS Android

Setup your config reveived from privios step profile1.ovpn

Last updated