update Corefile to use resolv.conf

This commit is contained in:
aptalca
2020-07-27 14:51:54 -04:00
parent 1f4a5900f6
commit cb6d02ff02
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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.
+1
View File
@@ -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." }
+1 -1
View File
@@ -1,3 +1,3 @@
. {
forward . 127.0.0.11
forward . /etc/resolv.conf
}