Skip to content

Instantly share code, notes, and snippets.

@randy3k
Last active November 13, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randy3k/e2e1e0eb3345d8323aa22cf7dcf0f2e3 to your computer and use it in GitHub Desktop.
Save randy3k/e2e1e0eb3345d8323aa22cf7dcf0f2e3 to your computer and use it in GitHub Desktop.
connect ucd vpn via socks proxy
echo $UCDSECRET | openconnect -b --juniper -u $UCDUSER --passwd-on-stdin --script-tun --script "ocproxy -D 8080" vpn.library.ucdavis.edu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment