mirror of
https://github.com/net-byte/vtun
synced 2024-03-14 10:50:03 +08:00
6 lines
126 B
Bash
6 lines
126 B
Bash
#!bin/bash
|
|
|
|
sudo killall vtun-linux-amd64
|
|
sudo ./bin/vtun-linux-amd64 -S -l=:3001 -c=172.16.0.1/24 -p=udp &
|
|
echo "STARTED!!!"
|