Skip to content

Instantly share code, notes, and snippets.

@selvanair
selvanair / ovpn_plap_readme
Last active April 10, 2024 23:00
OpenVPN-PLAP readme
Quick Start for openvpn-plap module
===================================
Skip to step (iii) in pre-requisites if you have a working setup with OpenVPN
automatic service (openvpnserv2.exe) running and have at least one profile started
through it.
Pre-requisites
--------------
@selvanair
selvanair / connected.sh
Last active June 16, 2020 01:14
SMB share mount script for tunnelblick
#!/usr/bin/env bash
# Tunnelblick script to be run when CONNECTED (connected.sh)
# to mount SMB shares defined in $SHARES on User's Desktop.
# Will prompt for password during the first run.
#
# Selva Nair Jun 14, 2020
# BEGIN Settings
ORG='Example Inc.' # shown in password prompt
SHARES='folder1 folder2' # space separated list fo shares to mount