update Corefile to use resolv.conf

pull/49/head
aptalca 4 years ago
parent 1f4a5900f6
commit cb6d02ff02

@ -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.

@ -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,3 +1,3 @@
. {
forward . 127.0.0.11
forward . /etc/resolv.conf
}
Loading…
Cancel
Save