Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

AntoineMary/docker-softether-vpn-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight Softether VPN Client

Build Status Docker Build Docker Stars Docker Pulls

MicroBadger Version MicroBadger Size

This docker only contains a working SoftEther VPN Client other components have been removed.

If you need other parts :


What is SoftEther VPN Client

SoftEther VPN Client is VPN client software with a Virtual Network Adapter function that enables connection to a Virtual Hub on SoftEther VPN Server operated at a remote location. The user can use the easy settings on a computer with SoftEther VPN Client installed to connect to a Virtual Hub on SoftEther VPN Server and flexibly connect via a Virtual Network Adapter.

https://www.softether.org/4-docs/1-manual/4._SoftEther_VPN_Client_Manual

About this image

Versions will follow Softether VPN Github Repository tags and Alpine update.

This image is make'd from the offical Softether VPN Github Repository

Nothing have been edited. So when you will start it the first time you will get the default configuration which is :

  • Unconfigured client

You will have to configure it. To do so use :

How to use this image

For a simple use without persistence :

docker run -d amary/softether-vpn-client

For a simple use with persistence (will give you acces to configuration and logs) :

docker run -d -v /host/path/vpnclient:/usr/vpnclient:Z amary/softether-vpn-client

Add/delete any -p $PORT:$PORT/{tcp,udp} depending on you will

Changelog

  • v4.22-9634-beta : Initial Release
  • v4.22-9634-beta.patch1 : Update Alpine to 3.6, Improve Dockerfile, Secure Entrypoint