modulepackage
0.0.0-20240903195447-ebbc2ad4c763
Repository: https://github.com/jckimble/cachedns.git
Documentation: pkg.go.dev
# README
cachedns
A Caching DNS Server with domain filters and preloading blacklist
Install
go get -u github.com/jckimble/cachedns
Configuration
Config File must exist as /etc/cdns.yaml
or ./cdns.yaml
preload:
- http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
resolvers:
filtering:
enabled: true
filters:
".*google.*": 127.0.0.1
forwarding:
enabled: false
resolvers:
- 8.8.8.8
- 8.8.4.4
docker:
enabled: true
port: ":5353"
License
Copyright 2018 James Kimble
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.