Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dvershinin/fds

Tags

v0.0.39

Toggle v0.0.39's commit message
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.

v0.0.38

Toggle v0.0.38's commit message
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.

v0.0.37

Toggle v0.0.37's commit message
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.

v0.0.36

Toggle v0.0.36's commit message
More Pypi classifiers

v0.0.35

Toggle v0.0.35's commit message
EL9 builds

v0.0.34

Toggle v0.0.34's commit message
Fixes for case insensitive systems, fix for Cloudflare

v0.0.33

Toggle v0.0.33's commit message
Merge remote-tracking branch 'origin/master'

v0.0.32

Toggle v0.0.32's commit message
Add .deepsource.toml

v0.0.31

Toggle v0.0.31's commit message
Allow block IP to be set

v0.0.30

Toggle v0.0.30's commit message
Updates for #22