Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

karteek/wdns

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

wdns

wdns is a simple DNS relay server that can do wildcard DNS for IP Addresses. Like xip.io, but with a small change. This supports hyphens in addition to dots.

When run with int.example.com as argument, it will resolve

192-168-1-1.int.example.com to 192.168.1.1
192.168.1.1.int.example.com to 192.168.1.1
foo.10-1-2-3.int.example.com to 10.1.2.3

This supports only requests for A records (for wild card DNS), and any domain that's doesn't match *.int.example.com gets resolved as per Google DNS Server 8.8.8.8

About

Wildcard DNS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages