kushaldas / cdns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Go 87.2%Language:Python 9.3%Language:Just 3.5%