You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered that herald ping/pong packets play a key role in letting lbry-sdk determine the "external IP". Herald needs to accept ipv6 ping and reply with an ipv6 pong containing the client's ipv6 address.
For testing purposes, it's sufficient to use ::1 (localhost), but to really deploy this we will need the external IP address.
The text was updated successfully, but these errors were encountered:
While working on: lbryio/lbry-sdk#3630
I discovered that herald ping/pong packets play a key role in letting lbry-sdk determine the "external IP". Herald needs to accept ipv6 ping and reply with an ipv6 pong containing the client's ipv6 address.
For testing purposes, it's sufficient to use ::1 (localhost), but to really deploy this we will need the external IP address.
The text was updated successfully, but these errors were encountered: