Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 555 Bytes

go-dnscached

This is a simple DNS caching server.

It uses this DNS library for sending/receiving DNS queries.

Currently it caches only A and AAAA queries. If it receives a different query - it acts as a forwarding DNS server without caching.

Documentation

There is a json config file in config/config.json

By default it creates a log file and also logs to STDOUT

After installing, the server is run with go run main.go or with go build main.go; ./main