Skip to content

Commit

Permalink
Updated the README and CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdulcet committed Oct 1, 2023
1 parent bb5e7f8 commit b9a3d7d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Script
run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For your Public IP addresses, please see [Public IP addresses](#public-ip-addres

❤️ Please visit [tealdulcet.com](https://www.tealdulcet.com/) to support this script and my other software development.

Also see the [Linux System Usage Information](https://github.com/tdulcet/Linux-System-Information) script.
Also see the [Linux System Usage Information](https://github.com/tdulcet/System-Usage-Information) script.

## Usage

Expand Down
50 changes: 25 additions & 25 deletions ipinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@ if [[ $# -ne 0 ]]; then
fi

urls=(
alma.ch/myip.cgi
api.ipify.org/
bot.whatismyipaddress.com/
canhazip.com/
checkip.amazonaws.com/
curlmyip.net/
diagnostic.opendns.com/myip
echoip.de/
eth0.me/
icanhazip.com/
ident.me/ # v4.ident.me/ # v6.ident.me/
ifconfig.co/
ifconfig.me/
ifconfig.pro/
ipaddr.site/
ipecho.net/plain
ipinfo.in/
ipinfo.io/ip
ip.tyk.nu/
l2.io/ip
myip.addr.space/
tnx.nl/ip
wgetip.com/
ifconfig.io/ip
# gso.cs.pdx.edu/ip/
alma.ch/myip.cgi
api.ipify.org/
bot.whatismyipaddress.com/
canhazip.com/
checkip.amazonaws.com/
curlmyip.net/
diagnostic.opendns.com/myip
echoip.de/
eth0.me/
icanhazip.com/
ident.me/ # v4.ident.me/ # v6.ident.me/
ifconfig.co/
ifconfig.me/
ifconfig.pro/
ipaddr.site/
ipecho.net/plain
ipinfo.in/
ipinfo.io/ip
ip.tyk.nu/
l2.io/ip
myip.addr.space/
tnx.nl/ip
wgetip.com/
ifconfig.io/ip
# gso.cs.pdx.edu/ip/
)

echo -e "\nPublic IP addresses"
Expand Down
2 changes: 1 addition & 1 deletion typeinfo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Teal Dulcet
# Outputs C/C++ data type information
# Outputs C/C++ datatype information
# wget https://raw.github.com/tdulcet/Linux-System-Information/master/typeinfo.sh -qO - | bash -s --
# ./typeinfo.sh

Expand Down

0 comments on commit b9a3d7d

Please sign in to comment.