Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Apr 21, 2024
1 parent f70cb7a commit e7ce829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ fi

while true; do
if [ "$IPv4" = "true" ]; then
curl -sLS4 https://ipv64.net/update.php?key="$DUK" | tee /tmp/IPv4.json
curl -sSL4 https://ipv64.net/update.php?key="$DUK" | tee /tmp/IPv4.json
fi
if [ "$IPv6" = "true" ]; then
curl -sLS6 https://ipv64.net/update.php?key="$DUK" | tee /tmp/IPv6.json
curl -sSL6 https://ipv64.net/update.php?key="$DUK" | tee /tmp/IPv6.json
fi

sleep "$UI"
Expand Down

0 comments on commit e7ce829

Please sign in to comment.