https://github.com/kost/logdns
Simple DNS logging server
https://github.com/kost/logdns
Last synced: over 1 year ago
JSON representation
Simple DNS logging server
- Host: GitHub
- URL: https://github.com/kost/logdns
- Owner: kost
- License: mit
- Created: 2021-12-13T06:40:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T16:24:22.000Z (over 4 years ago)
- Last Synced: 2025-03-27T18:01:38.930Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```