{"id":16150693,"url":"https://github.com/funilrys/pornhosts","last_synced_at":"2026-03-02T14:32:19.715Z","repository":{"id":134260724,"uuid":"228187075","full_name":"funilrys/pornhosts","owner":"funilrys","description":"For time being, this is a temporary fork, for adding a few optimizations and get the lists back up to-date.","archived":false,"fork":false,"pushed_at":"2020-06-11T20:29:50.000Z","size":102263,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T14:39:37.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/Clefspeare13/pornhosts","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Import-External-Sources/pornhosts","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funilrys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-15T13:16:26.000Z","updated_at":"2023-10-28T02:29:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"7caa39d4-6e1b-4820-bbd0-6c45ad6d7783","html_url":"https://github.com/funilrys/pornhosts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/funilrys/pornhosts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2Fpornhosts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2Fpornhosts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2Fpornhosts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2Fpornhosts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funilrys","download_url":"https://codeload.github.com/funilrys/pornhosts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2Fpornhosts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30006312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T14:08:50.421Z","status":"ssl_error","status_checked_at":"2026-03-02T14:08:50.037Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T00:50:48.076Z","updated_at":"2026-03-02T14:32:19.688Z","avatar_url":"https://github.com/funilrys.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temponary fork for getting this project back up to date\n\n# pornhosts -- a consolidated anti porn hosts file\n\nThis is an endeavour to find all porn domains and compile them into a single \nhosts to allow for easy blocking of porn on your local machine or on a network.\n\nIn order to add this to your machine, copy the  [hosts](0.0.0.0/hosts), and add \nit to your `hosts` file which can be found in the following locations\n\n### Linux/Unix based systems\nmacOS X, iOS, Android, Linux: `/etc/hosts`.\n\n### Windows: \n`%SystemRoot%\\system32\\drivers\\etc\\hosts`.\n\n# Hosts files\n## 0.0.0.0\nThere are two `hosts` files in this repo, one which uses `0.0.0.0` and \none which uses `127.0.0.1`. If you are not sure which is right, use \n`0.0.0.0` as it is faster and will run on essentially all machines.\n\n## 127.0.0.1\nHowever, if you know what you're doing and need a `127.0.0.1` version, it \nis available [here](127.0.0.1/hosts)\n\n# Safe search enabled\nAdditionally, there is a new hosts file which will force Safe Search in the \nsafer and privacy enhanged [duckduckgo](https://safe.duckduckgo.com).\n\nFor unsafe search portals, we have added `Bing` and `Google` \"safe search ips\". \nHowever it has not been tested yet as both are privately blocked for privacy\nissues with both of them.   \nIt can be found [here](SafeSearch/hosts)\n\n# DNS zones\nIf you are so lucky that you have updated your system to use a DNS resolver\nrather than abusing your disk-IO with the `hosts` file, we also generate a few\nzone files for Unbound, dnsmasq and regular RPZ supported resolvers.\n\n*Note*: If you'll read more about why you should switch to a local DNS resolver,\nPlease read this [thread](https://github.com/StevenBlack/hosts/issues/1057) at \n[@StevenBlacks](https://github.com/StevenBlack)\n[hosts](https://github.com/StevenBlack/hosts) project\n\n## RPZ\nYou'll find the RPZ formatted file in the [dns_zones/](dns_zones/) folder as \n`pornhosts.mypdns.cloud.rpz`\n\nThe syntax used for is to provide a `NXDOMAIN` response\n\nEx.\n\n```python\nfemjoynude.com\t\tCNAME\t.\n*.femjoynude.com\tCNAME\t.\n```\n\n## Unbound\nThe Unbound formatted file is generated with the `always_nxdomain` syntax.\n\nEx.\n\n```python\nlocal-zone: \"yspmedia.gitlab.io\" always_nxdomain\n```\n\nThe file is found under the [dns_zones/](dns_zones/) as \n`pornhosts.mypdns.cloud.zone`\n\n## dnsmasq\nThe dnsmasq formatted file is located in the [dns_zones/](dns_zones/) folder as\n `dnsmasq`\n\nAny helpful [contributions](CONTRIBUTING.md) are appreciated\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunilrys%2Fpornhosts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunilrys%2Fpornhosts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunilrys%2Fpornhosts/lists"}