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

Primary blacklist config extension #35

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. Add convert_geonode.py and fetch_geonode.sh

    fetch_geonode.sh downloads lists from geonode.com, stores them in a temp folder, runs convert_geonode.sh
    that will convert the lists into a file with ip adresses and deletes the temp folder
    UlmanKlo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b264313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b34f67 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Replace fetch_geonode.sh & convert_geonode.py with fetch_geonode.py

    Using requests lib to avoid creating temp files and folders
    UlmanKlo committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    898ed16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac534c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    0d1e90f View commit details
    Browse the repository at this point in the history
  2. Fix output file location

    UlmanKlo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bd48ee1 View commit details
    Browse the repository at this point in the history