{"id":23550749,"url":"https://github.com/octoblu/http-dns","last_synced_at":"2025-04-28T11:14:11.995Z","repository":{"id":57268197,"uuid":"75982829","full_name":"octoblu/http-dns","owner":"octoblu","description":"Node DNS library that uses Google's HTTPS DNS API for doing queries in the browser","archived":false,"fork":false,"pushed_at":"2017-01-12T16:24:55.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-28T11:14:04.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/octoblu.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}},"created_at":"2016-12-08T23:10:50.000Z","updated_at":"2018-01-13T17:26:14.000Z","dependencies_parsed_at":"2022-09-02T02:02:01.283Z","dependency_job_id":null,"html_url":"https://github.com/octoblu/http-dns","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoblu%2Fhttp-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoblu%2Fhttp-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoblu%2Fhttp-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octoblu%2Fhttp-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octoblu","download_url":"https://codeload.github.com/octoblu/http-dns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251302782,"owners_count":21567601,"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":[],"created_at":"2024-12-26T10:17:24.093Z","updated_at":"2025-04-28T11:14:11.974Z","avatar_url":"https://github.com/octoblu.png","language":"CoffeeScript","readme":"# http-dns\nNode DNS library that uses Google's HTTPS DNS API for doing queries in the browser\n\n# NOTE: only resolveSrv is supported at this time\n\n## dns.resolveSrv(hostname, callback)\n\nUses the DNS protocol to resolve service records (SRV records) for the hostname. The addresses argument passed to the callback function will be an array of objects with the following properties:\n\n* priority\n* weight\n* port\n* name\n\n```javascript\n{\n  priority: 10,\n  weight: 5,\n  port: 21223,\n  name: 'service.example.com'\n}\n```\n\n[![Build Status](https://travis-ci.org/octoblu/http-dns.svg?branch=master)](https://travis-ci.org/octoblu/http-dns)\n[![Test Coverage](https://codecov.io/gh/octoblu/http-dns/branch/master/graph/badge.svg)](https://codecov.io/gh/octoblu/http-dns)\n[![Dependency status](http://img.shields.io/david/octoblu/http-dns.svg?style=flat)](https://david-dm.org/octoblu/http-dns)\n[![devDependency Status](http://img.shields.io/david/dev/octoblu/http-dns.svg?style=flat)](https://david-dm.org/octoblu/http-dns#info=devDependencies)\n[![Slack Status](http://community-slack.octoblu.com/badge.svg)](http://community-slack.octoblu.com)\n\n[![NPM](https://nodei.co/npm/http-dns.svg?style=flat)](https://npmjs.org/package/http-dns)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoblu%2Fhttp-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctoblu%2Fhttp-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoblu%2Fhttp-dns/lists"}