1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-09 13:23:54 +02:00

Clarify ip listen address setting

(cherry picked from commit a9fb51256744fc53b301eb6de78119d53ff3e3bc)
This commit is contained in:
Florent Daigniere 2025-01-05 11:59:56 +01:00 committed by Mergify
parent f2e331dbef
commit d641cb2245
2 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,8 @@ IP addresses in order to expose its public services. You must at least set up
an IPv4 or an IPv6 address if you wish to access Mailu.</p>
<p><span class="label label-warning">Warning</span> You must use specific addresses, please
avoid generic all-interfaces addresses like <code>0.0.0.0</code> or <code>::</code>.
<a href="https://mailu.io/{{ version }}/compose/setup.html#bind-address">How to find these addresses.</a></p>
avoid generic all-interfaces addresses like <code>0.0.0.0</code> or <code>::</code>. If you still want to use generic addresses you should disable <code>userland-proxy</code>.
<a href="https://mailu.io/{{ version }}/compose/setup.html#bind-address">How to find these addresses.</a> <a href="https://mailu.io/{{ version }}/faq.html#how-to-make-ipv6-work">How to disable userland-proxy.</a></p>
<div class="form-group">
<label>IPv4 listen address</label>

View File

@ -0,0 +1 @@
Modern docker versions enable the userland-proxy by default, clarify in setup that unless the bindto address is specific that will create problems.