项目作者: cpitt

项目描述 :
Docker Container for connecting to vpn with openconnect and starting a small socks proxy.
高级语言: Dockerfile
项目地址: git://github.com/cpitt/docker-openconnect-proxy.git
创建时间: 2020-09-18T19:15:22Z
项目社区:https://github.com/cpitt/docker-openconnect-proxy

开源协议:

下载


Docker Open Connect Proxy

A Docker container that connects a cisco vpn that requires a CSD (Cisco Secure Desktop) check and starts a small socks proxy.

Why?

For when you need to access something on a full tunnel or poorly configured VPN but
don’t want to route all of your host traffic through it.

Useage

  1. Start the vpn and follow prompts
  1. docker run -it \
  2. --rm \
  3. --privileged \
  4. -p 1080:1080 \
  5. --cap-add=NET_ADMIN \
  6. cpitt/openconnect-proxy <VPN_URL> <OPENCONNECT_OPTION>
  1. Configure your application proxy requests through localhost:1080. For
    chrome I suggest https://github.com/FelisCatus/SwitchyOmega to selectively route traffic through the proxy