A toy VPN server side.
- Go >= 1.17
git clone https://github.com/pigfall/yingv2.git
cd yingv2/cmd/server
go build .
- Linux system
# output config template
server -demoConfig > config.json
# run server
sudo ./server -confPath config.json
A toy VPN server side.
git clone https://github.com/pigfall/yingv2.git
cd yingv2/cmd/server
go build .
# output config template
server -demoConfig > config.json
# run server
sudo ./server -confPath config.json