Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features needed #21

Open
g65535m opened this issue Sep 30, 2024 · 1 comment
Open

New features needed #21

g65535m opened this issue Sep 30, 2024 · 1 comment
Labels
feature New feature or request

Comments

@g65535m
Copy link

g65535m commented Sep 30, 2024

Can you please add the feature "select an Exit node"? In that case the user could select Exit nodes in certain countries. It will be great if you could add an option with "blacklist IP ranges" , refer to http://list.iblocklist.com/?list=ijfqtofzixtwayqovmxn

@abysshint
Copy link
Owner

  1. The ability to select specific entry, middle and exit nodes, instead of countries, has already been implemented, for this you need:
  • Switch the filter mode to "Favorite nodes" (Settings -> Filter -> Mode)
  • In the “Relays” section, select (mark with an star) one or more exit nodes (just click on the penultimate column) and click “Apply” at the bottom.
  • In the "Favorite Nodes" mode, only the relays you select are used to build exit circuits. If you do not select specific nodes for Mddle and Entry positions, they are replaced by the selected countries in the country filter settings. This behavior can be turned off in the Countries Filter settings menu, and then tor will select the entry and middle nodes, regardless of the filter settings.
  1. To implement support for blacklists, you need to do a lot:
  • Add the ability to the program to download files via http/https and unpack them.
  • Implement downloading and quick search in the blacklist database, and this is not easy, since there are more than 350,000 entries in the list.

There are also problems when downloading a lists from the site you specified: without registration, you need to enter a captcha, so it makes sense to use a file that you have already downloaded, which can have different formats. In general, the idea is good, but we still need to think about the implementation, but for now there are more important tasks, but there is no time even for them.

@abysshint abysshint added the feature New feature or request label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants