mirror of
https://github.com/linuxserver/docker-wireguard.git
synced 2026-06-03 09:57:34 +00:00
update Corefile to use resolv.conf
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user