DNSOnward: A container using CoreDNS that proxies DNS traffic to a DNS-over-TLS provider

栏目: IT技术 · 发布时间: 5年前

内容简介:A CoreDNS based service that forwards traditional DNS requests to a DNS-over-TLS upstream serverRunThis will start the service using Cloudflare as its upstream DNS server. You can replace "cloudflare" in the line above with either "google" or "quad9" to us

DNS-Onward

A CoreDNS based service that forwards traditional DNS requests to a DNS-over-TLS upstream server

Quickstart

Run docker run -e SERVICE="cloudflare" -p 53:53 -p 53:53/udp eldridgea/dnsonward

This will start the service using Cloudflare as its upstream DNS server. You can replace "cloudflare" in the line above with either "google" or "quad9" to use their servers instead. This will open up port 53 on your machine and allow it to accept incoming DNS requests. environments WARNING: It is NOT recommended to expose this service to the entire Internet, just in private network environments.

Supported Devices and Architectures

This supports ARMv7 and amd64 architectures so this should work on on most servers as well as Raspberry Pis. I have tested it successfully on my Pi 4 running Raspbian 10. If you're having an issue on other Pi hardware/OS versions please open an issue.

Variables

This is CoreDNS-based service intended to be run in environments where traditional DNS requests need to be encrypted before querying an upstream server.

This is intended to be run as a docker container and configured with environment variables.

Onward DNS supports Cloudflare, Google, and Quad9 out of the box with the SERVICE variable, but can also be configured for any DnS-over-TLS (DoT) server.

If you are starting this container you should either supply it with the SERVICE environment variable OR supply it with at least the IP1 and SERVERNAME variables.

Env Variable Function Values
SERVICE Auto configures Onward DNS based on supported services google , cloudflare , and quad9
IP1 A primary upstream DNS IP Address Any IPv4 Address
IP2 A secondary upstream DNS IP Address Any IPv4 Address
SERVERNAME The TLS servername The domain name of the DoT server
CACHE The amount of time DNS responses are cached locally Time in seconds e.g. 100s . Default is 30s

Multi-Arch Builds in Docker

This is pushed to the eldridgea/dnsonward Dockerhub repository using Docker's experimental multi-arch build tool buildx . Building this repo using the standard docker build process should continue to work fine, but to build a multi-arch image yourself in this repo use, make sure you have buildx enabled and run:

docker buildx build --platform linux/amd64,linux/arm/v7 -t eldridgea/dnsonward --push . and replace eldridgea/dnsonward with the repo you'd like to push your build to. You can also add more supported architectures in addition to the amd64 and armv7 ones


以上所述就是小编给大家介绍的《DNSOnward: A container using CoreDNS that proxies DNS traffic to a DNS-over-TLS provider》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

图解TCP/IP : 第5版

图解TCP/IP : 第5版

[日]竹下隆史、[日]村山公保、[日]荒井透、[日]苅田幸雄 / 乌尼日其其格 / 人民邮电出版社 / 2013-7-1 / 69.00元

这是一本图文并茂的网络管理技术书籍,旨在让广大读者理解TCP/IP的基本知识、掌握TCP/IP的基本技能。 书中讲解了网络基础知识、TCP/IP基础知识、数据链路、IP协议、IP协议相关技术、TCP与UDP、路由协议、应用协议、网络安全等内容,引导读者了解和掌握TCP/IP,营造一个安全的、使用放心的网络环境。 本书适合计算机网络的开发、管理人员阅读,也可作为大专院校相关专业的教学参考......一起来看看 《图解TCP/IP : 第5版》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

html转js在线工具
html转js在线工具

html转js在线工具