diff options
author | Astound <kirito@disroot.org> | 2024-10-07 09:54:29 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-10-07 09:54:29 +0800 |
commit | 59faa96386a33da0a6d7ad066e180262c67ffa12 (patch) | |
tree | 7b88e46f5b9853d4b5301109ff0eb3a3e0b4875c | |
parent | 0d2d4d4f9c69c1393c0e8acb91a55c20c1737913 (diff) | |
download | hyperterm-master.tar.lz hyperterm-master.tar.xz hyperterm-master.zip |
-rw-r--r-- | hyperterm/hyperterm.sha512 | 2 | ||||
-rw-r--r-- | hyperterm/tools/network.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hyperterm/hyperterm.sha512 b/hyperterm/hyperterm.sha512 index 0a2a89a..1fa0e98 100644 --- a/hyperterm/hyperterm.sha512 +++ b/hyperterm/hyperterm.sha512 @@ -15,7 +15,7 @@ c6c149704883ce5cbbd941019259effb105dd6910c98910782024311b3362df2e68d03c947908d40 07bb7b6bd609e855d0a7c9e39a0ff2959851f559106e8f59816312f298b03e87f39e53430869ed61a1271e265e976ea6b56f7ccee46c4ec3c37b40f1fc11cfad ./themes/default.sh f760432c3d76befad30588299eb2d1412d77b22fd850ffbd840c72123885d4e916a7e0b16e7048c5dcd6e58fa3bc0807cda18ae64045a7495684ba37109e4b4a ./tools/compress.sh 1b9c148ab8577fe15b4d503ec480b36eeaea42bf7048e35a0866280ee87a6c8de31c54600a8e455147db987e7aa61c8aa585748a9945c0472992d28fdccb8c0f ./tools/export.sh -455838836f6cee00e8e2c3d255b47f1126f4a926b791297a3b9f580d1447411354951d9fa4bffc3968cbcf6566f4026b43d591d0514c9516b685b4b5a6a05d68 ./tools/network.sh +8606294d403c5fd9cd5c316401387b5aea79de1d193aa9f23210c94bf32ff83e8d9dc98466d017bc4d9d037cf548335fde1b2f2631e3597a87eec7ccb8e78d6c ./tools/network.sh 579852abd8378d754fcaccb903c1fefcd4020a578ba63fb3687a08027a937fbbd18e8a1ac22b448edc14445e088134e1e909ae2f3bfea8702df8abf56000daa0 ./tools/ruby.sh 7654c0c706b4b09f7e9a7536fad265410efd739fbed291241b72304ef11869757fdbc3f9ab4333451f6fdafd5d492ba07aa8c846927474979d1b9c69f573a641 ./tools/sysinfo.sh 73becd983f15d68b3c459adb4fe847bbbd6343519640aa5e03bb530e61a59ed0545dd3b3621ad82da378bbf15c4d9ee63984004d3bfed26d9d9df643f1524de5 ./tools/proxy.sh diff --git a/hyperterm/tools/network.sh b/hyperterm/tools/network.sh index 509a40d..62c38f8 100644 --- a/hyperterm/tools/network.sh +++ b/hyperterm/tools/network.sh @@ -3,7 +3,7 @@ function __network() { unset MY_IP unset MY_ISP local ipv4 - ipv4=$(curl -fsSLk https://v4.myip.vc/flat) + ipv4=$(curl -fsSLk https://v4.myip.ninja) : "${MY_IP:=$(ip route show table local | awk -F "local" '{print $2}' | uniq)}" : "${MY_ISP:=$(printf '%s\e[1;36m%s\e[m\n' 'IPv4: ' "$ipv4")}" } |