{"id":13553534,"url":"https://github.com/miyurusankalpa/IPv6-dns-server","last_synced_at":"2025-04-03T05:31:01.020Z","repository":{"id":110778686,"uuid":"194276023","full_name":"miyurusankalpa/IPv6-dns-server","owner":"miyurusankalpa","description":"Adds AAAA records to DNS where CDN support IPv6.","archived":true,"fork":false,"pushed_at":"2024-03-30T07:23:16.000Z","size":175,"stargazers_count":9,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-04T01:32:43.372Z","etag":null,"topics":["dns-proxy","ipv6"],"latest_commit_sha":null,"homepage":"https://gitlab.com/miyurusankalpa/IPv6-dns-server","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miyurusankalpa.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":"2019-06-28T13:10:51.000Z","updated_at":"2024-10-06T19:27:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"48f44fde-42d0-4f50-8f06-62ad99764006","html_url":"https://github.com/miyurusankalpa/IPv6-dns-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyurusankalpa%2FIPv6-dns-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyurusankalpa%2FIPv6-dns-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyurusankalpa%2FIPv6-dns-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyurusankalpa%2FIPv6-dns-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyurusankalpa","download_url":"https://codeload.github.com/miyurusankalpa/IPv6-dns-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944377,"owners_count":20858773,"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":["dns-proxy","ipv6"],"created_at":"2024-08-01T12:02:27.421Z","updated_at":"2025-04-03T05:31:00.697Z","avatar_url":"https://github.com/miyurusankalpa.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"| :exclamation:  Project moved to GitLab, due to GitHub's lack of IPv6 support. https://gitlab.com/miyurusankalpa/IPv6-dns-server |\n|-----------------------------------------|\n\n# Introduction\n\nA simple Node DNS Server proxy based on [Peteris Rocks tutorial](https://peteris.rocks/blog/dns-proxy-server-in-node-js-with-ui/), which serves IPv6 records if a CDN is matched.\n\n## Running locally\n\nClone the repo\n\n\tgit clone https://gitlab.com/miyurusankalpa/IPv6-dns-server.git\n\nBuild the project \n\n\tnpm install\n\nStarting the server \n\n\tnpm start\n\n### Changing DNS Resolvers\n\nChange the `dns_resolver` variable in the app.js file.\n\n### Disable IPv6 for a domain\n\nAdd the domain to `no_aaaa` array in the app.js file.\n\n### Add a custom IPv6 for a domain\n\nAdd the domain to `add_aaaa` object with IPv6 address in the app.js file.\n\n### Turn off aggressive mode\n\nChange the `aggressive_v6` variable to false in the app.js file. See individual services below to see what aggressive mode does.\n\n### Turn on IPv6 only mode\n\nChange the `v6_only` variable to true in the app.js file.\n\n# Testing if DNS proxy is working\n\n## Cloudflare\n\n* Test domains: db-ip.com\n* IPv6 Type: Anycast\n* Usability: Stable\n* Coverage: All\n* Aggressive mode: All cloudflare services which uses their **DNS service**, regardless of cloudflare proxy has been disabled(grey cloud) will get a Cloudflare IPv6 address.\n\n## Akamai\n\n* Test domains: www.last.fm, www.amd.com\n* IPv6 Type: Unicast\n* Coverage: All\n* Usability: Stable\n\n## Fastly \n\n* Test domains: imgur.com, www.twitch.tv\n* IPv6 Type: Anycast, Unicast\n* Coverage: All\n* Usability: Stable\n\n## Amazon S3 \n\n* Test domains: s3.amazonaws.com, github-production-release-asset-2e65be.s3.amazonaws.com\n* IPv6 Type: Unicast\n* Coverage: *.s3.amazonaws.com and s3 websites hostnames/cnames only.\n* Usability: Stable\n\n## Amazon Cloudfront \n\n* Test domains: www.amazon.com, vod-secure.twitch.tv\n* IPv6 Type: Unicast\n* Coverage: All\n* Usability: Stable\n\n## Bunnycdn\n\n* Test domains: cdn-b-east.streamable.com\n* IPv6 Type: Unicast\n* Coverage: All\n* Usability: Stable\n\n## Highwinds\n\n* Test domains: code.jquery.com\n* IPv6 Type: Anycast\n* Coverage: All\n* Usability: Stable\n\n## Microsoft Edge\n\n* Test domains: onedrive.live.com\n* IPv6 Type: Anycast\n* Coverage: Only on some services\n* Usability: Stable\n\n## Microsoft Windows (Edgecast)\n\n* Test domains: software-download.microsoft.com\n* IPv6 Type: Unicast\n* Coverage: Only on some services\n* Usability: Unknown\n\n## Sucuri\n\n* Test domains: www.exploit-db.com\n* IPv6 Type: Anycast\n* Coverage: Only on some services\n* Usability: Unknown\n\n## Weebly\n\n* Test domains: www.weebly.com\n* IPv6 Type: Unicast\n* Coverage: Unknown\n* Usability: Unknown\n\n## Wordpress VIP\n\n* Test domains: wpvip.com, nielsen.com\n* IPv6 Type: Anycast\n* Coverage: Unknown\n* Usability: Unknown\n\n## Github.io (Fastly)\n\n* Test domains: sadh.life\n* IPv6 Type: Anycast\n* Coverage: Only IPv4 match\n* Usability: Stable\n\n## Stack Exchange sites (Fastly)\n\n* Test domains: stackoverflow.com\n* IPv6 Type: Anycast\n* Coverage: All+Only on Aggressive mode.\n* Usability: Logout or delete cookies\n* Aggressive mode: Errors on some pages\n\n## Twitter (Cloudfront)\n\n* Test domains: twitter.com\n* IPv6 Type: Unicast\n* Coverage: Some Domains+Only on Aggressive mode.\n* Usability: Logout or delete cookies\n* Aggressive mode: Errors on some pages\n\n# Credits\n* [Pēteris Ņikiforovs](https://peteris.rocks/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyurusankalpa%2FIPv6-dns-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyurusankalpa%2FIPv6-dns-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyurusankalpa%2FIPv6-dns-server/lists"}