openconnect
openconnect copied to clipboard
OpenConnect VPN running in Docker.
I think the latet docker desktop has broken the following CLI command `CONTAINER_GW=$(sudo docker inspect "${CONTAINER_NAME}" | jq -r '.[0].NetworkSettings.Networks.bridge.IPAddress') ` There is no output of NetworkSettings any more My...
@aw1cks Could you help me understand a littlbe bit of the following code: ``` RESOLV_CONFIG=$(grep -v '^nameserver' /etc/resolv.conf | grep -v search) ORIGINAL_SEARCH_DOMAINS=$(grep '^search' /etc/resolv.conf) NEW_SEARCH_DOMAINS="${ORIGINAL_SEARCH_DOMAINS} ${SEARCH_DOMAINS}" NEW_NAMESERVER_CONF='nameserver 127.0.0.1' sudo...
Hello, I am not sure if it's possible to use this with Microsoft Azure MFA. I added a sign-in method for the account and using pass to generate the one...
Could you let the docker expose a SOCKS5 proxy? I've tried to modify your code, but failed. Thanks.