目录

softether docker command

目录

softether

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