Skip to content

Instantly share code, notes, and snippets.

View karlili's full-sized avatar
🦄

poppysmickarlili karlili

🦄
  • Scotland
  • 00:37 (UTC +01:00)
View GitHub Profile
@karlili
karlili / csd-wrapper.sh
Created March 24, 2021 20:35 — forked from l0ki000/csd-wrapper.sh
Cisco Anyconnect CSD wrapper for OpenConnect (exhanced to autodownload and autoupdate hostscan)
#!/bin/bash
# Cisco Anyconnect CSD wrapper for OpenConnect
# Enter your vpn host here
CSD_HOSTNAME=
if [[ -z ${CSD_HOSTNAME} ]]
then
echo "Define CSD_HOSTNAME with vpn-host in script text. Exiting."
exit 1
fi