Categorygithub.com/kushaldas/cdns
module
0.0.0-20240408081501-3dd847e43e96
Repository: https://github.com/kushaldas/cdns.git
Documentation: pkg.go.dev

# README

A stupid DNS forwarder, by default it forwards the queries to the systemd-resolved.

It currently logs things into local redis.

You can use just to build the project.

How to build?

just build

How to run?

Make sure redis server is running locally first.

The following example to start the server on port 53 locally and will connect to 1.1.1.1 for all DNS queries.

./cdns 

You can pass a different DNS resolver using the --remote command line option.

LICENSE: GPL-3.0-or-later

# Packages

No description provided by the author
No description provided by the author