softether docker command
约 38 字 预计阅读 1 分钟
次阅读
1
2
3
4
5
6
7
8
9
|
docker run -d --name=softether-vpnclient \
--net=host --privileged \
-e VPN_SERVER=tq.thy.pub \
-e VPN_PORT=45555 \
-e ACCOUNT_USER=henry \
-e ACCOUNT_PASS=password \
-e VIRTUAL_HUB=VPNAT \
-e TAP_IPADDR=192.168.30.111 \
mitsutaka/softether-vpnclient
|