{"id":45942741,"url":"https://github.com/hvalev/isp-pollution-docker","last_synced_at":"2026-02-28T10:52:23.540Z","repository":{"id":39664333,"uuid":"249730500","full_name":"hvalev/isp-pollution-docker","owner":"hvalev","description":"Docker container which continuously pollutes your ISP with random browsing data from safe domains in order to distort your online profile and regain some digital privacy.","archived":false,"fork":false,"pushed_at":"2024-04-27T11:59:03.000Z","size":73,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-04-27T12:37:46.421Z","etag":null,"topics":["docker","privacy","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/hvalev.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-03-24T14:29:54.000Z","updated_at":"2023-12-02T13:31:40.000Z","dependencies_parsed_at":"2024-01-27T21:31:43.261Z","dependency_job_id":"51d05324-44b7-4caf-8a14-7a854eaacd9e","html_url":"https://github.com/hvalev/isp-pollution-docker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/hvalev/isp-pollution-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvalev%2Fisp-pollution-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvalev%2Fisp-pollution-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvalev%2Fisp-pollution-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvalev%2Fisp-pollution-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hvalev","download_url":"https://codeload.github.com/hvalev/isp-pollution-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvalev%2Fisp-pollution-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29930694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T09:58:13.507Z","status":"ssl_error","status_checked_at":"2026-02-28T09:57:57.047Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker","privacy","raspberry-pi"],"created_at":"2026-02-28T10:52:22.932Z","updated_at":"2026-02-28T10:52:23.515Z","avatar_url":"https://github.com/hvalev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pollute your ISP browsing history\n\n[![build](https://github.com/hvalev/isp-pollution-docker/actions/workflows/build.yml/badge.svg)](https://github.com/hvalev/isp-pollution-docker/actions/workflows/build.yml)\n![Docker Pulls](https://img.shields.io/docker/pulls/hvalev/isp-pollution)\n![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/hvalev/isp-pollution)\n\nThis is a dockerized version of the [isp-pollution script](https://github.com/essandess/isp-data-pollution) by [essandess](https://github.com/essandess/). It obfuscates your real browsing history by generating faux webpage requests. This approach increases your privacy by using the [security through obscurity](https://en.wikipedia.org/wiki/Security_through_obscurity) principle. The generated fake requests will make it more difficult for your ISP to interpret your browsing history and build a profile of yourself. This approach, however, is not fool-proof as a knowledgeable person would be able to disentangle genuine requests from the fakes. Ergo, if you're not a famous person or person of interest (for whatever reason), this should satisfy most of your needs. \n\n## Parameters\nI have exposed two parameters from the original script -- bandwidth and memory usage to be user-configurable as docker environment variables. \u003c/br\u003e\n`GBPM` - bandwidth usage, where 1024 corresponds to 1TB per month. \u003c/br\u003e\n`MEM` - limits the memory usage of the container.\n\n## Docker\n```\ndocker run -d --network host -e GBPM=300 -e MEM=512 --name isp-pollution hvalev/isp-pollution\n```\n\n## Docker-compose\n\n```\nversion: \"3.7\"\nservices:\n  isp-pollution:\n    container_name: isp-pollution\n    image: hvalev/isp-pollution\n    network_mode: host\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - TZ=Europe/Amsterdam\n      - GBPM=300\n      - MEM=512\n    restart: always\n```\n\n## How to build\n```\ndocker build https://github.com/hvalev/isp-pollution-docker.git --tag isp-pollution\n```\n\n## Warning\nThe script uses python functions, which would be deprecated in versions \u003e 3.9. Hence it is not recommended to bump up the python version further.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvalev%2Fisp-pollution-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhvalev%2Fisp-pollution-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvalev%2Fisp-pollution-docker/lists"}