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
It currently sits under unversioned to reserve our rights to break compatibility. This issue serves as a place holder for discussion of what needs to happen to move it out from unversioned.
TODO:
Get real world usage/feedback of how it is to implement a resolver outside of ureq.
The text was updated successfully, but these errors were encountered:
The reason I had to implement a custom resolver is to make sure I was using the Arti-TorClient's own resolver function to resolve the address to avoid DNS-leaks.
Implementing this was extremely straight forward.
I hope my implementation might provide you with some insights.
Also, for Resolver. I am waiting for when this becomes semver and stable.
It currently sits under
unversioned
to reserve our rights to break compatibility. This issue serves as a place holder for discussion of what needs to happen to move it out fromunversioned
.TODO:
The text was updated successfully, but these errors were encountered: