On Sun, Sep 03, 2017 at 01:17:14AM +0200, Ralph Seichter wrote:
I also tried using a control socket instead of a control port, alas, the parameter RelaxDirModeCheck is rejected by Tor 0.3.0.10:
[warn] Failed to parse/validate config: Unknown option 'RelaxDirModeCheck'. Failing. [err] Reading config failed--see warnings above.
It is documented in https://www.torproject.org/docs/tor-manual.html.en
In the man page, it's listed as a flag to ControlPort. So I guess you say something like "ControlPort unix:/path/to/socket RelaxDirModeCheck"
It looks like this feature went into Tor 0.2.8.2-alpha.
--Roger