把l2tp转为socks5
docker run -d \
--name l2tp2scoks5 \
--privileged \
-e VPN_SERVER='YOUR VPN SERVER IP OR FQDN' \
-e VPN_PSK='my pre shared key' \
-e VPN_USERNAME='[email protected]' \
-e VPN_PASSWORD='mypass' \
-p 1080:1080 \
--dns=8.8.8.8 \
ghostry/alpine-l2tp-vpn-client
Content type
Image
Digest
Size
15 MB
Last updated
over 4 years ago
docker pull ghostry/alpine-l2tp-vpn-client