Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dgs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dgs

The DNS Golden Standard: A DNS server aiming to return all acceptable IPs for a query

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

#DNS Golden Standard

Return all possible IPs returned by a service in TXT records.

Using

dig @dgs-server TXT twitter.com +tcp

Running

npm install dgs
node index.js

FAQ

I set this as my DNS Server, why doesn't it work?

DGS is not a DNS server in the classic sense, we just use the same delivery mechanism, since it is meant to be used in tandem with a standard DNS client. DGS allows clients to verify that an IP they have received for a service is actually correct, by providing the netblock spaces that are owned by domains. See: What is this for?

Why do I need to use TCP?

DGS will make several queries on your behalf to determine correct IPs for the services you query. As such, TCP is used to discourage apmplification attacks being used against the service.

What is this for?

When trying to figure out if the IP address you have been given for a service is correct, there hasn't been a great baseline or golden standard that can be used for that comparison. This attempts to rectify that situation by providing the known scopes that services use for their resolutions.

FAQs

Package last updated on 11 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc