dragonfruitnetwork / onionfruit

OnionFruitâ„¢ Connect - Tor access client with country selection, bridge configuration, pluggable transports and experimental DNS support
https://dragonfruit.network/onionfruit
Other
207 stars 25 forks source link

Access torrc in OnionFruit #14

Closed TorFan888 closed 3 years ago

TorFan888 commented 3 years ago

Not knowing if torrc is the place to do it, I want to exclude a domain from going through Tor.

Something like:

http://www.domai* excluded from Tor

With telnet access, I could change things on the fly.

And possibly a switch to make OF tor.exe use a different torrc file, overriding it's own.

tor --controlport 9051 In my case, port 9051 would only be used for this.

This would allow me access to sites that don't like Tor exit nodes.

I've been in email conversation about this with DragonFruit Network. They suggested this approach.

aspriddell commented 3 years ago

Torrc doesn't look to have a way to exclude a domain specifically, it can only do by tor node country. The best bet would be to change this box and fill the domains you want excluded in there. Not sure if you can use wildcards but it does say that it'll exclude if it starts with the entry (so just drop the * off the end)

image

as far as the torrc file override, that won't be happening. the point of OF is to make it easy to connect to tor with things like country configs, etc. allowing user configs removes all this functionality and you'd be better off booting tor.exe and changing your proxy settings manually

TorFan888 commented 3 years ago

Albie, that does work (w/o wildcard). Had to toggle proxy server off/on, and logoff/on my now non-proxied site.

Didn't try wildcard.

So, I'm no worried about accrss to torrc, but it could be useful as an 'advanced' feature.

Thanks!

On Fri, April 9, 2021 2:02 pm, Albie wrote:

Torrc doesn't look to have a way to exclude a domain specifically, it can only do by tor node country. The best bet would be to change this box and fill the domains you want excluded in there. Not sure if you can use wildcards but it does say that it'll exclude if it starts with the entry (so just drop the * off the end)

image

as far as the torrc file override, that won't be happening. the point of OF is to make it easy to connect to tor with things like country configs, etc. allowing user configs removes all this functionality and you'd be better off booting tor.exe and changing your proxy settings manually

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/dragonfruitnetwork/onionfruit/issues/14#issuecomment-81 6704776

aspriddell commented 3 years ago

excellent, glad to hear :)

if you have any ideas/suggestions/whatever, feel free to create another issue (or email if it's something that shouldn't be public) we'll be glad to hear you out