{"id":20536692,"url":"https://github.com/islandcontroller/droplist","last_synced_at":"2026-06-09T14:31:32.657Z","repository":{"id":153360539,"uuid":"298112339","full_name":"islandcontroller/droplist","owner":"islandcontroller","description":"Manage and update iptables blocklists for Spamhaus' Do not Route Or Peer list","archived":false,"fork":false,"pushed_at":"2020-10-31T16:27:56.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T03:35:53.095Z","etag":null,"topics":["iptables","spamhaus"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/islandcontroller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-23T22:48:44.000Z","updated_at":"2023-11-17T18:08:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"864ccf17-33d7-4e6f-b0b6-51511e5c70d6","html_url":"https://github.com/islandcontroller/droplist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/islandcontroller/droplist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fdroplist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fdroplist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fdroplist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fdroplist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/islandcontroller","download_url":"https://codeload.github.com/islandcontroller/droplist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fdroplist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34112225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iptables","spamhaus"],"created_at":"2024-11-16T00:37:30.872Z","updated_at":"2026-06-09T14:31:32.638Z","avatar_url":"https://github.com/islandcontroller.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# droplist\r\n\r\nA simple systemd service to fetch *Do not Route Or Peer* records from the Spamhaus DROP list, and maintain them in an iptables chain.\r\n\r\n## Requirements\r\n\r\nThe following packages are required for this service:\r\n\r\n* iptables\r\n* socat\r\n* wget\r\n\r\n## Installation\r\n\r\nDownload or clone the repo. Extract the ZIP archive, if necessary. Prepare the installation directory\r\n\r\n    sudo mkdir -p /opt/droplist\r\n\r\nCopy the script files and set up permissions\r\n\r\n    sudo cp droplist* /opt/droplist/\r\n    cd /opt/droplist\r\n    sudo chown root:root droplist*\r\n    sudo chmod 644 droplist.service\r\n    sudo chmod 755 droplist_cmd\r\n    sudo chmod 700 droplistd\r\n\r\nLink to the service file from systemd\r\n\r\n    cd /etc/systemd/system\r\n    sudo ln -s /opt/droplist/droplist.service\r\n\r\nReload systemd and configure service to start automatically on reboot\r\n\r\n    sudo systemctl daemon-reload\r\n    sudo systemctl enable droplist\r\n\r\n## Usage\r\n\r\n| Function           | Shell Commands                           |\r\n|--------------------|------------------------------------------|\r\n| Start service      | `sudo service droplist start`            |\r\n| Stop service       | `sudo service droplist stop`             |\r\n| Check log messages | `sudo service droplist status`           |\r\n| Update IP list     | `sudo /opt/droplist/droplist_cmd update` |\r\n\r\nThe update command can be called from a cronjob.\r\n\r\n## Notes\r\n\r\n* Check and modify access permissions to fit your application\r\n* No responsibility for you locking yourself out of the system","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislandcontroller%2Fdroplist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fislandcontroller%2Fdroplist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislandcontroller%2Fdroplist/lists"}