Skip to content

Commit

Permalink
Update system.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fodhelper authored Apr 8, 2024
1 parent 561776d commit 1c4e375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def get_public_ip():

return '127.0.0.1'


def get_public_ipv6():
try:
resp = requests.get('http://api6.ipify.org/', timeout=5).text.strip()
Expand Down

0 comments on commit 1c4e375

Please sign in to comment.