From cb6d02ff023a6b7860536507ffef89db67064ece Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 27 Jul 2020 14:51:54 -0400 Subject: [PATCH] update Corefile to use resolv.conf --- README.md | 1 + readme-vars.yml | 1 + root/defaults/Corefile | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8375955..e564124 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **27.07.20:** - Update Coredns config to prevent issues with non-user-defined bridge networks. * **05.07.20:** - Add Debian updates and security repos for headers. * **25.06.20:** - Simplify module tests, prevent iptables issues from resulting in false negatives. * **19.06.20:** - Add support for Ubuntu Focal (20.04) kernels. Compile wireguard tools and kernel module instead of using the ubuntu packages. Make module install optional. Improve verbosity in logs. diff --git a/readme-vars.yml b/readme-vars.yml index 8ec94cc..905b479 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -85,6 +85,7 @@ app_setup_block: | # changelog changelogs: + - { date: "27.07.20:", desc: "Update Coredns config to prevent issues with non-user-defined bridge networks." } - { date: "05.07.20:", desc: "Add Debian updates and security repos for headers." } - { date: "25.06.20:", desc: "Simplify module tests, prevent iptables issues from resulting in false negatives." } - { date: "19.06.20:", desc: "Add support for Ubuntu Focal (20.04) kernels. Compile wireguard tools and kernel module instead of using the ubuntu packages. Make module install optional. Improve verbosity in logs." } diff --git a/root/defaults/Corefile b/root/defaults/Corefile index cfcfa0b..edff9c5 100644 --- a/root/defaults/Corefile +++ b/root/defaults/Corefile @@ -1,3 +1,3 @@ . { - forward . 127.0.0.11 + forward . /etc/resolv.conf } \ No newline at end of file