You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
268
268
269
269
## Versions
270
270
271
-
***27.07.20:** - Update Coredns config to prevent issues with non-user-defined bridge networks.
271
+
***29.07.20:** - Update Coredns config to detect dns loops (existing users need to delete `/config/coredns/Corefile` and restart).
272
+
***27.07.20:** - Update Coredns config to prevent issues with non-user-defined bridge networks (existing users need to delete `/config/coredns/Corefile` and restart).
272
273
***05.07.20:** - Add Debian updates and security repos for headers.
273
274
***25.06.20:** - Simplify module tests, prevent iptables issues from resulting in false negatives.
274
275
***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.
Copy file name to clipboardExpand all lines: readme-vars.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,8 @@ app_setup_block: |
85
85
86
86
# changelog
87
87
changelogs:
88
-
- { date: "27.07.20:", desc: "Update Coredns config to prevent issues with non-user-defined bridge networks." }
88
+
- { date: "29.07.20:", desc: "Update Coredns config to detect dns loops (existing users need to delete `/config/coredns/Corefile` and restart)." }
89
+
- { date: "27.07.20:", desc: "Update Coredns config to prevent issues with non-user-defined bridge networks (existing users need to delete `/config/coredns/Corefile` and restart)." }
89
90
- { date: "05.07.20:", desc: "Add Debian updates and security repos for headers." }
90
91
- { date: "25.06.20:", desc: "Simplify module tests, prevent iptables issues from resulting in false negatives." }
91
92
- { 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." }
0 commit comments