Git Product home page Git Product logo

velvet's Introduction

Velvet DNS Server

A simple DNS server that adds pattern matching functionality to your standard hosts file.

Why

Are you fed up with maintaining a host file that looks like this:

127.0.0.1 SiteA
127.0.0.1 SiteB
127.0.0.1 SiteC
127.0.0.1 SiteD

By using a convention such as a top level domain of .dev, you can answer all lookups for those names with 127.0.0.1

This means you can access anything.dev and it will resolve to your machine. Much like *.mymachine.me, but without the prerequisite of internet access.

Configuration

Mappings

Edit your host file as you normally would, except you now have the benefit of pattern matching syntax on the name parameter:

<IP|Name> <Name pattern>

For example, to map anything.dev to 127.0.0.1:

127.0.0.1 *.dev

Wildcards (*) only match a single subdomain level. To match multiple subdomains, such as anything.anything.dev to 127.0.0.1:

127.0.0.1 *.*.dev

To map sausages.com to bacon.com:

bacon.com sausages.com

Hosts file

If you don't want to use your hosts file to configure Velvet, set the HostsPath setting in the app.config to a different path. The path can be relative to the Velvet executable or absolute.

Limitations

Currently, only IPv4 A and CName records are supported.

Usage

Change your primary DNS server to be 127.0.0.1, and your secondary DNS server to whatever your primary one was. If there is no explicit primary DNS server, run ipconfig /all to find out what your DNS server is.

Run install.bat

Go to Services and start Velvet

velvet's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.