dnsserver

command module
v0.0.0-...-05f11f3 Latest Latest
Warning

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

Go to latest
Published: May 28, 2021 License: MIT Imports: 10 Imported by: 0

README

# dnsserver

Dummy, quick and dirty, DNS server I use for my dev of HAProxy's DNS runtime resolver.

# build

```
make build
```

# run

```
./dnsserver
```

# Use

Update the go source file accordingly to your needs, build it, then run it.

Simply point your HAProxy (or client) to this daemon:

```
resolvers dnsserver
  nameserver dnsserver 127.0.0.1:5300
```

# Greetings

Code deeply inspired by https://gist.github.com/walm/0d67b4fb2d5daf3edd4fad3e13b162cb

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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