openconnect-proxy icon indicating copy to clipboard operation
openconnect-proxy copied to clipboard

docker openconnect proxy

Results 5 openconnect-proxy issues
Sort by recently updated
recently updated
newest added

I pulled the image from docker and ran the container. The proxy works find when I set 127.0.0.1:8888 on the host machine(Ubuntu 22.04). However, the host machine is connected to...

* Add ability to provide a TOTP secret key, with entrypoint generating the TOTP for each connection (rather than having to pass the actual key on startup) * Some fixes...

I want build it by myself, but it seems like have some compatibility problem with newest dependency please help~ running log: ![image](https://user-images.githubusercontent.com/40683320/120202949-c6e97a80-c259-11eb-9bf0-11e4bdd456fe.png) ps command: ![image](https://user-images.githubusercontent.com/40683320/120203074-e680a300-c259-11eb-8c34-8aa019cb4f89.png)

Currently it's asking for --privileged, otherwise the server won't be fully connected to the VPN, requesting socks will still use client machine network. openconnect supports `--script-tun` to tunnel its VPN...