Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

any-dns

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-dns

Resolve back to any ip address

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Any DNS

Docker downloads GitHub license

What is it?

For local development it is sometimes easy to query a local machine using hostnames (to test eg CORS stuff). While /etc/hosts is perfect for this on a desktop, on mobile it becomes more cumbersome.

Therefore we introduce any-dns. Simply pick any IP, replace either the : or the . with dashes (-), and fire your request to 10-0-0-2.v4.inventid.me. This will return the ip address 10.0.0.2.

IPv6 is also supported by the application, but not publicly enabled.

Contributing

You can use the Dockerfile to quickly stage stuff locally (on OSX use docker-machine).

If you have additions for the code, please fork the repo and open a Pull Request.

FAQs

Package last updated on 25 Jan 2016

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