From 0c3ff003433b271851dbe851d60d24119630d145 Mon Sep 17 00:00:00 2001 From: Phil Date: Sat, 26 Mar 2022 11:22:34 +0000 Subject: [PATCH] Added wireguard shortcut --- .bash_aliases | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 70eff88..6d4ad8f 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -269,3 +269,7 @@ alias phpshell='wget https://raw.githubusercontent.com/pentestmonkey/php-reverse # Start reverse_shell_generator alias reverse-shell-gen-start='docker start a2f132aa528a; open http://localhost:3321' alias reverse-shell-gen-stop='docker stop a2f132aa528a' + +# Wireguard - TheHomeTunnel +alias thehometunnel-up="sudo wg-quick up TheHomeTunnel" +alias thehometunnel-down="sudo wg-quick down TheHomeTunnel"