Don't wanna be here? Send us removal request.
Link
Sources: - https://ifritltd.com/2018/01/15/automating-vpn-connection-when-using-multifactor-authentication-with-tunnelblick-on-macos/
- https://tunnelblick.net/cUsingScripts.html
/Library/’Application Support’/Tunnelblick/Users/USERNAME/CONNECTION_NAME.tblk/Contents/Resources/dynamic-challenge-response.user.sh
#!/bin/bash
# Decode your QR code to get secret.
rsp=`/usr/local/bin/oathtool --totp -b -d 6 SECRET 2>&1`
printf %s $rsp
0 notes
Text
Regexp not like
https://stackoverflow.com/questions/406230/regular-expression-to-match-a-line-that-doesnt-contain-a-word?answertab=active#tab-top
^((?!hede).)*$
0 notes