Update 3 files

- /software.yml
- /home/.chezmoidata.yaml
- /home/.chezmoiscripts/universal/run_onchange_after_24-vpn-darwin.tmpl
This commit is contained in:
Brian Zalewski 2023-02-01 21:52:59 +00:00
parent 1449097f1e
commit c4ac2f6927
3 changed files with 11 additions and 1 deletions

View file

@ -668,6 +668,7 @@ softwareGroups:
- portmaster
- protonvpn
- santa
- tunnelblick
- yubikey-authenticator
- yubikey-manager-qt
Server: &Server

View file

@ -4,7 +4,8 @@
{{ includeTemplate "universal/profile" }}
{{ includeTemplate "universal/logg" }}
# TODO - What about OpenVPN profiles? Do we have an app to manage OpenVPN connections for macOS?
# TODO - Populate Tunnelblick on macOS using the .ovpn profiles located in $HOME/.config/vpn
# along with the secrets for the protonVPN OpenVPN (check vpn-linux.tmpl)
### Backup previous network settings
if [ -f /Library/Preferences/com.apple.networkextension.plist ]; then

View file

@ -7119,6 +7119,14 @@ softwarePackages:
dnf: sshpass
_service: false
_type: cli
tunnelblick:
_desc: Tunnelblick is a macOS menubar tray application that helps you control OpenVPN.
_docs: https://tunnelblick.net/documents.html
_github: https://github.com/Tunnelblick/Tunnelblick
_home: https://tunnelblick.net/
_name: Tunnelblick
_when: '! test -d "/Applications/Tunnelblick.app"'
cask: tunnelblick
endlessh:
_bin: endlessh
_desc: '[Endlessh](https://github.com/skeeto/endlessh) is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.'