1
0
Fork 0
mirror of https://github.com/kost/logdns.git synced 2026-04-25 17:55:51 +03:00
No description
Find a file
2021-12-22 17:22:31 +01:00
.gitignore removed gox binaries from git 2021-12-15 09:56:40 +01:00
go.mod few small changes 2021-12-13 07:49:48 +01:00
LICENSE Initial commit 2021-12-13 07:40:10 +01:00
logdns.go added logging to file 2021-12-17 16:21:34 -08:00
Makefile bump version to 1.0.1 2021-12-22 09:36:56 +01:00
README.md Add instructions to help users 2021-12-22 17:22:31 +01:00

logdns

Simple DNS logging server

Example

Simple

./logdns

Usage

Usage of ./logdns
  -listen string
        listen address (default "0.0.0.0")
  -logfile string
        Log File name
  -port int
        port to listen (default 53)
  -resolve string
        which domains to respond, e.g. service. (default ".")
  -return string
        what address to return (default "127.0.0.1")
  -ttl string
        Set a custom ttl for returned records (default "3600")
  -verbose
        be verbose