Skip to content

Commit

Permalink
feat: add a new alias
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 21, 2024
1 parent cf0c5db commit 1afd43e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bash/alias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,7 @@ function snappcloud-proxy-on() {
function snappcloud-proxy-off() {
proxy_stop
}
function ip-status() {
curl -s "https://api.ipquery.io/?format=json" | jq
}

0 comments on commit 1afd43e

Please sign in to comment.