Skip to content

rwlist/vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vpn

Various scripts for VPN management

Deploy WireGuard to Yandex.Cloud

  1. Create an account and fill secrets in tf/secrets.env
export YC_TOKEN=
export YC_CLOUD_ID=
export YC_FOLDER_ID=
  1. Run scripts
cd yandex/wireguard

# init yandex provider
source secrets.env && terraform init

# run terraform to prepare infra
source secrets.env && terraform apply

# run deploy scripts
./deploy.sh

Connect to wireguard

Android

Scan QR-code.

Linux

Use nmcli and wireguard plugin.

nmcli connection import type wireguard file clientX.conf

Windows

Insert config into GUI app.

About

Various scripts for VPN management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published