Oct 06 14:16:56.061 [warn] Option 'ExitRelay' used more than once; all but the last value will be ignored.Oct 06 14:16:56.061 [warn] Option 'IPv6Exit' used more than once; all but the last value will be ignored.
and it appears not to try to be an exit relay. Do you see that too?
If so/if not, what behavior are you seeing, and in what way does it not work?
Hhm, when I restart that relay, then it works as expected.
When I just change the config value from 1 to 0 and reload the relay (kill -1), then the existing exit connections will stay.
So maybe just a false expectation at my side about the behaviour.
When I [...] reload the relay (kill -1), then the existing exit connections will stay.
So maybe just a false expectation at my side about the behaviour.
Right, Tor doesn't close existing exit connections when you change your exit policy. In fact, it doesn't even close existing OR connections if you turn your ORPort to 0 (turning into just a client). The configuration options are about what you'll allow from now on, not about going through and closing all the existing conns that are not compatible ("could not have been created") with your new config.