mirror of
https://github.com/net-byte/vtun
synced 2024-03-14 10:50:03 +08:00
6 lines
115 B
Bash
6 lines
115 B
Bash
#!bin/bash
|
|
SERVER="127.0.0.1:3001"
|
|
sudo killall vtun
|
|
sudo ./bin/vtun -s=$SERVER -c=172.16.0.2/24 &
|
|
echo "started!"
|