{"id":15374453,"url":"https://github.com/mrichman/godnsbl","last_synced_at":"2025-04-15T12:31:30.634Z","repository":{"id":57511917,"uuid":"61233021","full_name":"mrichman/godnsbl","owner":"mrichman","description":"Go library for RBL (Real-time Blackhole List) lookups","archived":false,"fork":false,"pushed_at":"2020-07-17T14:51:47.000Z","size":12,"stargazers_count":21,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T21:03:29.494Z","etag":null,"topics":["blackhole","go","golang","lookup","rbl"],"latest_commit_sha":null,"homepage":"https://en.wikipedia.org/wiki/DNSBL","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrichman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-15T18:56:54.000Z","updated_at":"2024-10-25T03:07:07.000Z","dependencies_parsed_at":"2022-08-31T06:40:37.426Z","dependency_job_id":null,"html_url":"https://github.com/mrichman/godnsbl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrichman%2Fgodnsbl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrichman%2Fgodnsbl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrichman%2Fgodnsbl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrichman%2Fgodnsbl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrichman","download_url":"https://codeload.github.com/mrichman/godnsbl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072214,"owners_count":21208141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["blackhole","go","golang","lookup","rbl"],"created_at":"2024-10-01T13:58:49.415Z","updated_at":"2025-04-15T12:31:30.384Z","avatar_url":"https://github.com/mrichman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# godnsbl [![Travis-CI](https://travis-ci.org/mrichman/godnsbl.svg)](https://travis-ci.org/mrichman/godnsbl) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/mrichman/godnsbl)](https://goreportcard.com/report/github.com/mrichman/godnsbl)\n\nPackage godnsbl lets you perform RBL (Real-time Blackhole List - https://en.wikipedia.org/wiki/DNSBL)\nlookups using Go.\n\nThe command-line tool in `cmd` demonstrates the use of [goroutines](https://tour.golang.org/concurrency/1) to perform concurrent lookups.\n\nTo test:\n\n```\ngit clone https://github.com/mrichman/godnsbl\ncd godnsbl/cmd/godnsbl\ngo run main.go 127.0.0.2\n```\n\nThe output will be a JSON-formatted list of results with the following fields:\n\n```\n[\n...\n{\n  \"rbl\": \"b.barracudacentral.org\",\n  \"address\": \"127.0.0.2\",\n  \"listed\": true,\n  \"text\": \"http://www.barracudanetworks.com/reputation/?pr=1\\u0026ip=127.0.0.2\",\n  \"error\": false,\n  \"error_type\": null\n}\n...\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrichman%2Fgodnsbl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrichman%2Fgodnsbl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrichman%2Fgodnsbl/lists"}