mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Merge #2871
2871: Document that the default config for netplan is broken r=mergify[bot] a=nextgens ## What type of PR? documentation ## What does this PR do? Document in the FAQ that what looks like DNSSEC failures may be netplan related. ### Related issue(s) - #2868 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [ ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
5995979d60
@ -873,9 +873,12 @@ We have seen a fair amount of support requests related to the following:
|
||||
|
||||
- dnsmasq won't forward DNSSEC results unless instructed to do so. If you are running openwrt or pi-hole, you do need to enable DNSSEC.
|
||||
- `coredns has a bug`_ that we have now worked around
|
||||
- `netplan does not play nicely with docker` by default and may need to be configured to leave docker's network alone.
|
||||
|
||||
.. _`coredns has a bug`: https://github.com/coredns/coredns/issues/5189
|
||||
|
||||
.. _`netplan does not play nicely with docker`: https://github.com/Mailu/Mailu/issues/2868#issuecomment-1606014184
|
||||
|
||||
How can I add more languages to roundcube's spellchecker?
|
||||
`````````````````````````````````````````````````````````
|
||||
|
||||
|
@ -10,3 +10,4 @@ system.set_env()
|
||||
conf.jinja("/unbound.conf", os.environ, "/etc/unbound/unbound.conf")
|
||||
|
||||
os.execv("/usr/sbin/unbound", ["unbound", "-c", "/etc/unbound/unbound.conf"])
|
||||
print('Unbound has terminated. If the container keeps restarting, check the internet connectivity of other containers using for instance "docker compose exec front ping example.com"')
|
||||
|
Loading…
Reference in New Issue
Block a user