Sign inSign up

lthn/vpn

By lthn

Updated over 3 years ago

Prepping a Maint Release - Don't use unless you are a dev

Image
1

2.5K

lthn/vpn repository overview

Install

  1. Configure (take note of the end output, you wont see the keys again)
cd $HOME/Lethean/vpn

 mkdir etc
 mkdir log

docker run -t -i \
   --mount type=bind,source=$(pwd)/etc,target=/opt/lthn/etc \
   --mount type=bind,source=$(pwd)/log,target=/dev/log \
   lthn/vpn easy-deploy
  1. Edit your configurations

Navigate to $HOME/LEthean/vpn/etc

  1. Upload to SDP
 docker run --mount type=bind,source=$(pwd)/etc,target=/opt/lthn/etc \
   --mount type=bind,source=$(pwd)/log,target=/dev/log \
   lthn/vpn upload-sdp
  1. Start the VPN node
 docker run -p 8080:8080 --mount type=bind,source=$(pwd)/etc,target=/opt/lthn/etc \
   --mount type=bind,source=$(pwd)/log,target=/dev/log \
   lthn/vpn
  1. Invite your friends & Enjoy

Tag summary

Content type

Image

Digest

sha256:10db4b94d

Size

509.5 MB

Last updated

over 3 years ago

docker pull lthn/vpn