{"id":21004847,"url":"https://github.com/kshlm/netflix-dns","last_synced_at":"2026-04-24T17:35:47.186Z","repository":{"id":138078857,"uuid":"110964101","full_name":"kshlm/netflix-dns","owner":"kshlm","description":"Skip netflix AAAA DNS requests","archived":false,"fork":false,"pushed_at":"2025-05-23T02:11:56.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T04:24:29.186Z","etag":null,"topics":["aaaa","dns","ipv6","netflix","tunnelbroker"],"latest_commit_sha":null,"homepage":"","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/kshlm.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":"2017-11-16T11:37:13.000Z","updated_at":"2023-09-08T17:32:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"6853b06a-11e2-44d6-a8ae-627d1eef877e","html_url":"https://github.com/kshlm/netflix-dns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kshlm/netflix-dns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshlm%2Fnetflix-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshlm%2Fnetflix-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshlm%2Fnetflix-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshlm%2Fnetflix-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kshlm","download_url":"https://codeload.github.com/kshlm/netflix-dns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kshlm%2Fnetflix-dns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32234722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["aaaa","dns","ipv6","netflix","tunnelbroker"],"created_at":"2024-11-19T08:38:13.293Z","updated_at":"2026-04-24T17:35:47.149Z","avatar_url":"https://github.com/kshlm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NETFLIX DNS - Skip netflix AAAA DNS requests\n\nnetflix-dns is a DNS server that skips AAAA requests for netflix domains. This is helpful for people who use tunnelbroker.net IPV6 tunnels.\n\n## How to use\n\n## Simple\n\nStart netflix-dns,\n```\n# netflix-dns\n2017/11/16 16:27:54 Running Netflix AAAA skipping DNS server on :53 and relaying to 8.8.8.8:53\n```\n\nThis starts a DNS server listening on the default DNS port on your system.\n\nSet DNS server for you system to `127.0.0.1`, and you're done.\n\nnetflix-dns relays DNS requests to the Google public DNS server (8.8.8.8). A different server can be set using the `-relay` flag.\n```\n# netflix-dns -relay 208.67.222.123:53\n2017/11/16 16:28:35 Running Netflix AAAA skipping DNS server on :53 and relaying to 208.67.222.123:53\n```\n\n### With NetworkManager and dnsmasq\n\nSystems which already have a local dnsmasq resolver with NetworkManager need to start netflix-dns on a different listening port.\nA different port can be set using the `-listen` flag.\n\n```\n# netflix-dns -listen :2053\n2017/11/16 16:29:04 Running Netflix AAAA skipping DNS server on :2053 and relaying to 8.8.8.8:53\n```\n\nConfigure NetworkManager and dnsmasq to forward DNS requests for netflix domains to netflix-dns.\n```\n# cat /etc/NetworkManager/dnsmasq.d/10-netflix-dns\nserver=/netflix.com/127.0.0.1#2053\nserver=/netflix.net/127.0.0.1#2053\nserver=/nflxext.com/127.0.0.1#2053\nserver=/nflximg.com/127.0.0.1#2053\nserver=/nflxvideo.net/127.0.0.1#2053\nserver=/nflxso.net/127.0.0.1#2053\n```\nRestart NetworkManager after creating the file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshlm%2Fnetflix-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkshlm%2Fnetflix-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshlm%2Fnetflix-dns/lists"}