05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

Implement `TorCmd.MapAddress` #418

Closed 05nelsonm closed 3 months ago

05nelsonm commented 3 months ago

Currently it's just stubbed in. Need to implement.

05nelsonm commented 3 months ago

Adding the blocked label until #336 is completed.. For a solid implementation, IPAddress.V6 needs some work with regard to expanding itself and whatnot.

Would be nice to rid ourselves of that nasty regex being utilized.