Skip to content

Commit

Permalink
Merge pull request #3 from dailymotion/fix/detect-public-ip-address
Browse files Browse the repository at this point in the history
feat: detect public IP using ipify API
  • Loading branch information
chs2 committed Mar 24, 2023
2 parents d921a56 + 011e99c commit 177b86c
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 227 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.3 (2023-03-24)

- Fix IP detection when running on both player and server on the same machine (using [ifconfig.me](https://ifconfig.me))
- Bump dependencies minimum version

# 0.0.2 (2023-03-23)

- Fix scope: replace "upload_videos read_videos edit_videos delete_videos" with "read_video_streams"
Expand Down

0 comments on commit 177b86c

Please sign in to comment.