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