Skip to content
/ dnese Public

An amigo to help you easily serve dns queries with your answers & see what questions are being asked

Notifications You must be signed in to change notification settings

rezen/dnese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnese

An amigo to help you easily serve dns queries with your answers & see what questions are being asked.

Originally built for dns spoofing for testing native/desktop apps.

Usage

dnese --help
dnese --always 127.0.0.1 --port 5300

You can also set the configuration options in $HOME/.dnese.yaml which is automatically loaded. You can also use --config to specify the path of your config.

Example Config

---
# always: 127.0.0.1
port: 5300
resolver: 8.8.8.8:53
rules:
  - pattern: .*\.hey\.com\.?$
    address: 127.0.0.1

About

An amigo to help you easily serve dns queries with your answers & see what questions are being asked

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages