{"id":19783037,"url":"https://github.com/epfl-si/epfl-net-ipv6test","last_synced_at":"2026-05-13T15:41:17.991Z","repository":{"id":103283814,"uuid":"140843371","full_name":"epfl-si/epfl-net-ipv6Test","owner":"epfl-si","description":"Website IPv6 accessibility validator.","archived":false,"fork":false,"pushed_at":"2018-08-03T07:32:37.000Z","size":152,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T13:07:14.676Z","etag":null,"topics":["cpan-module","epfl","g14","ipv6","validation"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/EPFL-Net-ipv6Test","language":"Perl","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/epfl-si.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":"CONTRIBUTING.md","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":"2018-07-13T12:17:28.000Z","updated_at":"2023-03-27T07:27:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"14e93079-c89f-4f28-b457-291433755562","html_url":"https://github.com/epfl-si/epfl-net-ipv6Test","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/epfl-si/epfl-net-ipv6Test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-net-ipv6Test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-net-ipv6Test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-net-ipv6Test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-net-ipv6Test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epfl-si","download_url":"https://codeload.github.com/epfl-si/epfl-net-ipv6Test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epfl-si%2Fepfl-net-ipv6Test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32989869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["cpan-module","epfl","g14","ipv6","validation"],"created_at":"2024-11-12T06:07:07.649Z","updated_at":"2026-05-13T15:41:17.987Z","avatar_url":"https://github.com/epfl-si.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"EPFL-Net-ipv6Test\n=================\n\n[![Build Status][travis-image]][travis-url]\n[![Apache License 2.0][license-image]][license-url]\n[![CPAN Version][cpan-image]][cpan-url]\n\nWebsite IPv6 accessibility validator.\n\nInstall\n-------\n\nVia CPAN with :\n\n```bash\ncpan install EPFL::Net::ipv6Test\n```\n\nUsage\n-----\n\n### Command Line\n\n```bash\nepfl-net-ipv6-test --help\n\nUsage:\n  epfl-net-ipv6-test --help\n  epfl-net-ipv6-test --domain=actu.epfl.ch\n```\n\n### Module\n\n```perl\nuse EPFL::Net::ipv6Test qw/getWebAAAA getWebServer getWebDns/;\n\nmy $aaaa = getWebAAAA('google.com');\nprint $aaaa-\u003e{dns_aaaa}; # =\u003e '2400:cb00:2048:1::6814:e52a'\n\nmy $aaaa = getWebServer('google.com');\nprint $aaaa-\u003e{dns_aaaa}; # =\u003e '2400:cb00:2048:1::6814:e52a'\nprint $aaaa-\u003e{server}; # =\u003e 'gws'\n\nmy $dns = getWebDns('google.com');\nprint $dns-\u003e{dns_ok}; # =\u003e 1\nprint @{$dns-\u003e{dns_servers}};\n# =\u003e 'ns3.google.comns2.google.comns1.google.comns4.google.com'\n```\n\nScreenshot\n----------\n\n![command line screenshot](https://raw.githubusercontent.com/epfl-idevelop/epfl-net-ipv6Test/master/docs/readme/screenshot.png)\n\nContributing\n------------\n\nContributions are always welcome.\n\nSee [Contributing](CONTRIBUTING.md).\n\nDeveloper\n---------\n\n  * [William Belle](https://github.com/williambelle)\n\nLicense\n-------\n\nApache License 2.0\n\n(c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.\n\nSee the [LICENSE](LICENSE) file for more details.\n\n\n[travis-image]: https://travis-ci.org/epfl-idevelop/epfl-net-ipv6Test.svg?branch=master\n[travis-url]: https://travis-ci.org/epfl-idevelop/epfl-net-ipv6Test\n[license-image]: https://img.shields.io/badge/license-Apache%202.0-blue.svg\n[license-url]: https://raw.githubusercontent.com/epfl-idevelop/epfl-net-ipv6Test/master/LICENSE\n[cpan-image]: https://img.shields.io/cpan/v/EPFL-Net-ipv6Test.svg\n[cpan-url]: https://metacpan.org/release/EPFL-Net-ipv6Test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepfl-si%2Fepfl-net-ipv6test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepfl-si%2Fepfl-net-ipv6test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepfl-si%2Fepfl-net-ipv6test/lists"}