Skip to content

i-m-down-QQ/VPN-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPN Dispatcher

一個適用於小型團隊的 wireguard vpn 分發器

Install

  1. Create .env from .env.example
  2. Generate public / private keys for vpnserver and client. Place into app/
wg genkey | tee server_privateKey | wg pubkey > server_publicKey
wg genkey | tee -a client_privateKey | wg pubkey >> client_publicKey
...
wg genkey | tee -a client_privateKey | wg pubkey >> client_publicKey
  1. Prepate SSL certificate fullchain1.pem and private key privkey1.pem. Place into ssl/
sudo certbot certonly --standalone -d <your domain>
  1. Start container
docker-compose up -d

About

A WireGuard VPN dispatcher suitable for small team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published