Code Monkey home page Code Monkey logo

openconnect-snell's Introduction

openconnect-snell

Docker Pulls Docker Stars Docker Automated build

Allow Surge to connect to OpenConnect by running OpenConnect and Snell Server (V4) inside a docker container.

docker pull sukka/openconnect-snell:latest
docker run -d \
  --privileged \
  -e VPN_USER= \
  -e VPN_PASSWORD= \
  -e VPN_AUTH_CODE= \
  -e VPN_AUTH_GROUP= \
  -e VPN_SERVERCERT= \
  -e VPN_HOST= \
  -e SNELL_OBFS=off \
  -p [Your Port]:8388 \
  --restart always \
  --name openconnect-snell sukka/openconnect-snell
[Proxy]
Proxy-Snell = snell, [Container IP], [Your Port], psk=password, version=4

Configuration

  • SNELL_HOST: Where the Snell Server will be listened at. Default is 0.0.0.0.

  • SNELL_PORT: Which Port that the Snell Server will be listened at. Default is 8388.

  • SNELL_PSK: Snell Server Pre-Shared Key. Will be generated automatically when not provided.

  • SNELL_OBFS: Snell Server obfuscation mode. Default is off.

  • VPN_USER: OpenConnect Username. Required.

  • VPN_PASSWD: OpenConnect Password. Required.

  • VPN_HOST: Where the OpenConnect will be connected to. Required.

  • VPN_SERVERCERT: OpenConnect server certificate fingerprint to trust. Useful when the server configured certificate is untrusted. Optional.

  • VPN_AUTH_GROUP: OpenConnect authentication group. Optional.

  • VPN_AUTH_CODE: OpenConnect authentication code. Optional.

  • VPN_NO_DTLS: Disable OpenConnect DTLS. Optional.

License

MIT


openconnect-snell © Sukka, Released under the MIT License. Authored and maintained by Sukka with help from contributors (list).

Personal Website · Blog · GitHub @SukkaW · Telegram Channel @SukkaChannel · Mastodon @[email protected] · Twitter @isukkaw · Keybase @sukka

openconnect-snell's People

Contributors

sukkaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.