Tor.framework
Tor.framework copied to clipboard
Refactor TORConfiguration to be better
- Allow setting multiple values for the same key (i.e. multiple
ControlPorts) - Switch from
ControlSockettoControlPort - Add a method to
TORControllerto inflate aTORConfigurationusingGETCONF - Add popular/obvious missing flags that should be in there
- Put stuff in
TORConfigurationTests.m
Onion service configuration would be great. :)