Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

0.4.1

Compare
Choose a tag to compare
@JesusMcCloud JesusMcCloud released this 02 Mar 21:36
· 40 commits to master since this release
  • Support using external Tor instances (use tor.external instead of tor.native)
  • Support Torrc Overrides:
Tor.default = NativeTor(File("tor-demo"),
                        parseBridgeLines(demo.pathBridges),
                        Torrc(linkedMapOf(
                                          Pair("HiddenServiceStatistics", "1")
                                        )
                            )
                      )

an inputstream pointing to a torrc file can also be used instead of a linked map