Tags: dvershinin/fds
Tags
Update Tor exit nodes source and improve IP filtering The source of the Tor exit nodes list has been changed to use torproject.org for IPv4 and openinternet.io for IPv6 due to the fact that torproject.org does not provide IPv6 list. In addition, added logic to filter out IPv4 addresses and comments from IPv6 list. This ensures accuracy and reliability of the lists being obtained.
Optimize FirewallWrapper instantiation in fds.py Moved the FirewallWrapper instance creation outside of the for loop in the fds.py file. This change avoids creating multiple instances of FirewallWrapper unnecessarily. Instead, a single instance is created and reused, optimizing resource usage.
Update supported platforms in README The README has been updated to reflect changes in the supported platforms. This includes generalizing the installation instructions to cover CentOS/RHEL, Fedora, and Amazon Linux. Also, the instructions for specific CentOS/RHEL versions have been updated to include Fedora and Amazon Linux.
PreviousNext