dump

package module
v0.0.0-...-08eb4df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

README

nxdomain

Name

nxdomain - shortcut domain resolution by returning NXDOMAIN directly.

Description

nxdomain takes a list of domains and immediately returns NXDOMAIN for any name under them instead of taking the long road of trying to resolve them.

Syntax

nxdomain [ZONE]...

Examples

NXDOMAIN everything in the .com zone:

com {
    nxdomain
    whoami
}

NXDOMAIN everything (might be a bad idea):

. {
    nxdomain
    whoami
}

Bugs

The list of zones is just a slice that is traversed, meaning this plugin will get slow when a lof of names are to be shortcut.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type N

type N struct {
	Next plugin.Handler
	// contains filtered or unexported fields
}

N implements the plugin interface.

func (N) Name

func (n N) Name() string

Name implements the Handler interface.

func (N) ServeDNS

func (n N) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error)

ServeDNS implements the plugin.Handler interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL