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
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
By submitting this issue, I confirm the following:
I have read and understood the contributor guide in kovri-docs.
I have checked that the issue I am reporting can be replicated or that the feature I am suggesting is not present.
I have checked opened or recently closed pull requests for existing solutions/implementations to my issue/suggestion.
A known bug but now should be addressed sooner than later:
if --host is not set but SSU is enabled, our external IP address is found via SSU and RI is quickly updated. If SSU is disabled, the default host of 127.0.0.1 is set in the RI and is never updated. Some possible solutions:
running interface scanning code which has the potential to pick the wrong interface on multiple-interface systems. This is least ideal, so let's not do this.
piggy-back off of reseed (remote) to get external IP. We would need to fix the ordering of initialization though: reseed first then RI creation (it's currently the other way around). This is most ideal if the ordering is fixed.
Other solutions?
The text was updated successfully, but these errors were encountered:
By submitting this issue, I confirm the following:
A known bug but now should be addressed sooner than later:
if
--host
is not set but SSU is enabled, our external IP address is found via SSU and RI is quickly updated. If SSU is disabled, the default host of127.0.0.1
is set in the RI and is never updated. Some possible solutions:Other solutions?
The text was updated successfully, but these errors were encountered: