{"id":16019690,"url":"https://github.com/tofran/portugalwebblocking","last_synced_at":"2025-03-18T03:31:20.358Z","repository":{"id":80591399,"uuid":"45194014","full_name":"tofran/PortugalWebBlocking","owner":"tofran","description":":no_entry_sign: List of websites blocked by ISP's in Portugal. LEGACY PROJECT","archived":false,"fork":false,"pushed_at":"2018-01-15T00:02:07.000Z","size":530,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T06:32:08.397Z","etag":null,"topics":["blocking","dns","internet-freedom","isp","portugal","web"],"latest_commit_sha":null,"homepage":"https://tofran.github.io/PortugalWebBlocking/","language":"Python","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/tofran.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-29T15:56:52.000Z","updated_at":"2024-07-05T03:26:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8877ab3-e79e-48a0-b0ff-01239f18c9c9","html_url":"https://github.com/tofran/PortugalWebBlocking","commit_stats":{"total_commits":103,"total_committers":3,"mean_commits":"34.333333333333336","dds":"0.22330097087378642","last_synced_commit":"25f279e78617fcb9128b9d8cbeba8ebd049d405b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2FPortugalWebBlocking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2FPortugalWebBlocking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2FPortugalWebBlocking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofran%2FPortugalWebBlocking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tofran","download_url":"https://codeload.github.com/tofran/PortugalWebBlocking/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243896636,"owners_count":20365407,"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":["blocking","dns","internet-freedom","isp","portugal","web"],"created_at":"2024-10-08T17:05:08.251Z","updated_at":"2025-03-18T03:31:20.346Z","avatar_url":"https://github.com/tofran.png","language":"Python","readme":"# [List of websites blocked in Portugal][1]\n\n**2017-11-01 WARNING: THIS IS OUTDATED, I'm going to start maintaining this soon (check the other branches)**\n\nThis repo contains (some of) the domains currently being blocked by ISP's in Portugal.\n\n**blockList.txt** - A simple list of the blocked domains domains\n\n**blockList.json** - A detailed JSON file with all the domains, that follows the following format:\n```JSON\n{\n\t\"info\" : {\n\t\t\"isps\" : {\n\t\t\t\"ispName\" : {\n\t\t\t\t\"dnsAdress\" : [\"0.0.0.0\"],\n\t\t\t\t\"lastScan\" : [\"yyyy-MM-ddThh:mm:ss\"]\n\t\t\t}\n\t\t},\n\t\t\"reference\" : {\n\t\t\t\"name\" : \"Google Public DNS\",\n\t\t\t\"dnsAdress\" : [\"8.8.8.8\", \"8.8.4.4\"],\n\t\t\t\"lastScan\" : [\"yyyy-MM-ddThh:mm:ss\"]\n\t\t}\n\t},\n\t\"domains\":{\n\t\t\"domain.name\" : {\n\t\t\t\"hosts\": {\n\t\t\t\t\"@\": {\n\t\t\t\t\t\"blockDate\" : \"yyyy-MM\",\n\t\t\t\t\t\"ip\" : [\"0.0.0.0\"],\n\t\t\t\t\t\"reason\": \"Why was the website blocked? (Copyright | Gambling | 'Mistake' | Unknown)\",\n\t\t\t\t\t\"isp\" : {\n\t\t\t\t\t\t\"ispName\" : {\n\t\t\t\t\t\t\t\"status\" : 0,\n\t\t\t\t\t\t\t\"dnsResponse\" : [\n\t\t\t\t\t\t\t\t\"255.255.255.255\"\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n```\n\nStatus codes:\n* `-2` Not Scanned;\n* `-1` Can't be Resolved (Website down);\n* `0` Not Blocked (Same response, self-explanatory);\n* `1` DNS Blocked (The DNS did not reply, but the domain was resolved by the reference DNS);\n* `0` DNS Redirect (The DNS replied with a different IP from what it actually is).\n\n\n**domainScan.py** - the script used to scan and generate the data for all the domains\n\n**dnsServerList.json** - the list of DNS servers (ISP's DNS and open DNS's)\n\n**/web** - The folder with the static resources to the [web viewer][1]\n\n## Acknowledgements\n\n- [dnspython](https://github.com/rthalley/dnspython)\n- [jquery](https://jquery.com/)\n- [tablesorter](https://github.com/christianbach/tablesorter)\n- [GitHub Corners](https://github.com/tholman/github-corners)\n- [Stop hand icon](https://en.wikipedia.org/wiki/File:Stop_hand.svg)\n\n\n## License\n\n[MIT](LICENSE)\n\n[1]: \u003chttps://tofran.github.io/PortugalWebBlocking/\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofran%2Fportugalwebblocking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftofran%2Fportugalwebblocking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofran%2Fportugalwebblocking/lists"}