Added C2 WG to .bash_Aliases
This commit is contained in:
parent
44fd01e7ce
commit
4d7c1a1956
@ -300,6 +300,11 @@ alias reverse-shell-gen-stop='docker stop a2f132aa528a'
|
|||||||
alias thehometunnel-up="sudo wg-quick up TheHomeTunnel"
|
alias thehometunnel-up="sudo wg-quick up TheHomeTunnel"
|
||||||
alias thehometunnel-down="sudo wg-quick down TheHomeTunnel"
|
alias thehometunnel-down="sudo wg-quick down TheHomeTunnel"
|
||||||
|
|
||||||
|
# Wireguard - C2-Gateway1
|
||||||
|
alias c2-gateway1-up="sudo wg-quick up C2-Gateway1"
|
||||||
|
alias c2-gateway1-down="sudo wg-quick down C2-Gateway1"
|
||||||
|
|
||||||
|
|
||||||
# windirstat shortcut for ncdu
|
# windirstat shortcut for ncdu
|
||||||
alias windirstat="ncdu"
|
alias windirstat="ncdu"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user