Help with tor exit node configuration, BadExit, and ExitPolicy

Hi I am trying to setup a config for my tor node to only block 25, 465, 587 basically to make it look like this guys exit: Relay Search
This is my current exit node and right now I only did ExitPolicy reject 25,465,587 but instead it rejects much more, it also is showing up as a BadExit now can someone help me set this up correctly? This is the link to my tor exit Relay Search

YuriGagarin via Tor Project Forum:

Hi I am trying to setup a config for my tor node to only block 25, 465, 587 basically to make it look like this guys exit: Relay Search
This is my current exit node and right now I only did ExitPolicy reject 25,465,587 but instead it rejects much more, it also is showing up as a BadExit now can someone help me set this up correctly? This is the link to my tor exit Relay Search

How does you torrc file look like?

Georg

···

Visit Topic or reply to this email to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, click here.

1 Like

Could you paste your Tor relay configuration? It’s the content of the torrc file on most systems. I suspect you enabled a reduced exit policy some way or another.

1 Like

The issue was that the default 6660-6667 had a comma that would reject all, so that is why I had a moment where it was just rejecting everything, I also didn’t add ExitRelay 1. Still I will need to change the server because my VPS just said they cant do anything about that its a BadExit and they can just reset this server and give me a new one.
I fixed the IPV4 here but I still dont understand how to get the IPV6 here, could you help with the IPV6? Whenever I try to uncomment the “#IPV6 Exit 1” and restart tor it never restarts.

ORPort 9001
Nickname YuriGagarin
ExitRelay 1
#IPV6 Exit 1
ExitPolicy accept *:119
ExitPolicy reject *:25
ExitPolicy reject *:465
ExitPolicy reject *:587
ExitPolicy accept *:*

Also will the flags like MiddleOnly and BadExit on my node automatically get removed?

1 Like

This mean I should wait for someone to email me or can I get help from someone on the forum for this?