Replace RejectPlaintextPorts with RejectPlaintextPortPolicy
http://expyuzz4wqqyqhjn.onion/docs/tor-manual.html.en RejectPlaintextPorts port,port I want my Tor to allow only port 443(HTTPS) and 9877(XMPP). But current RejectPlaintextPorts is not easy to use because I have to set "RPP 0,1,2,3,4...65535". I want something like this: AccessibleTorPorts 443,9877 AccessibleTorPorts reject * format: AccessibleTorPorts port[,port...] AccessibleTorPorts reject [port|*]
issue