added ipecho v4 and v6

This commit is contained in:
2026-05-12 12:04:26 +02:00
parent 9cfc86b596
commit f34ac5db63

View File

@@ -10,7 +10,8 @@ alias bashrc-edit="nano ~/.bashrc"
alias sshagent='eval `ssh-agent` && ssh-add ~/.ssh/id_!(*.pub)'
alias sshfingerprint='ssh-keygen -lf'
alias nocomments='grep -vE "^$|^#|^;"'
alias ipecho="curl -fsSL https://ipecho.net/plain; echo"
alias ipecho4="curl -fsSL v4.i-p.show"
alias ipecho6="curl -fsSL v6.i-p.show"
alias newrepo='bash <(curl -s https://get.bjphoster.com/new-git-repo.sh)'
alias newansibleworkspace='bash <(curl -s https://get.bjphoster.com/new-ansible-workspace.sh)'
alias infinitenothing='while true; do sleep 1; done'