Sign inSign up

ghostry/alpine-l2tp-vpn-client

By ghostry

•Updated over 4 years ago

把l2tp转为socks5

Image
0

2.6K

ghostry/alpine-l2tp-vpn-client repository overview

把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

Tag summary

Content type

Image

Digest

Size

15 MB

Last updated

over 4 years ago

docker pull ghostry/alpine-l2tp-vpn-client