Skip to content

Commit

Permalink
fix get ip
Browse files Browse the repository at this point in the history
fix get ip
  • Loading branch information
helloxz authored Apr 26, 2022
1 parent 822f0f5 commit ba4f8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-ccaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function setting(){
echo '-------------------------------------------------------------'

#获取ip
osip=$(curl -4s https://api.ip.sb/ip)
osip=$(curl ipv4.ip.sb)

#执行替换操作
downpath='/data/ccaaDown'
Expand Down

0 comments on commit ba4f8e0

Please sign in to comment.