Added tun0 shortcut to bash aliases

This commit is contained in:
Phil 2021-12-20 17:48:22 +00:00
parent 475313b949
commit 55bc7f8dec

View File

@ -232,3 +232,6 @@ extract() {
# Start CyberChef
alias cyberchef="open /opt/cyberchef/cyberchef"
# Quick tun0 ip lookup
alias tun0="ip a s tun0"