Skip to content

Commit

Permalink
服务商修改了地址 (#420)
Browse files Browse the repository at this point in the history
Update ip.py

Co-authored-by: New Future <[email protected]>
  • Loading branch information
mattholy and NewFuture authored Feb 14, 2024
1 parent 63bfc5a commit 605d89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _open(url, reg):
error(e)


def public_v4(url="https://myip4.ipip.net", reg=IPV4_REG): # 公网IPV4地址
def public_v4(url="https://myip.ipip.net", reg=IPV4_REG): # 公网IPV4地址
return _open(url, reg)


Expand Down

0 comments on commit 605d89d

Please sign in to comment.