Skip to content

Commit ea764af

Browse files
authored
Merge pull request #49 from linuxserver/dns
update Corefile to use resolv.conf
2 parents 1f4a590 + cb6d02f commit ea764af

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
268268

269269
## Versions
270270

271+
* **27.07.20:** - Update Coredns config to prevent issues with non-user-defined bridge networks.
271272
* **05.07.20:** - Add Debian updates and security repos for headers.
272273
* **25.06.20:** - Simplify module tests, prevent iptables issues from resulting in false negatives.
273274
* **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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ app_setup_block: |
8585
8686
# changelog
8787
changelogs:
88+
- { date: "27.07.20:", desc: "Update Coredns config to prevent issues with non-user-defined bridge networks." }
8889
- { date: "05.07.20:", desc: "Add Debian updates and security repos for headers." }
8990
- { date: "25.06.20:", desc: "Simplify module tests, prevent iptables issues from resulting in false negatives." }
9091
- { 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." }

root/defaults/Corefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
. {
2-
forward . 127.0.0.11
2+
forward . /etc/resolv.conf
33
}

0 commit comments

Comments
 (0)