Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 391 Bytes

Intoduction

A toy VPN server side.

Android client link

Build from source

Prerequries

  • Go >= 1.17
git clone https://github.com/pigfall/yingv2.git
cd yingv2/cmd/server
go build .

Usage

Prerequired

  • Linux system
# output config template
server -demoConfig > config.json
# run server
sudo ./server -confPath config.json