Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kushaldas/cdns
https://github.com/kushaldas/cdns
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kushaldas/cdns
- Owner: kushaldas
- License: gpl-3.0
- Created: 2022-10-19T09:13:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T08:15:08.000Z (7 months ago)
- Last Synced: 2024-06-21T15:48:27.296Z (5 months ago)
- Language: Go
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A stupid DNS forwarder, by default it forwards the queries to the `systemd-resolved`.
It currently logs things into local [redis](https://redis.io/).
You can use [just](https://just.systems/man/en/) 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