1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Clarify ip listen address setting

This commit is contained in:
Florent Daigniere 2025-01-05 11:59:56 +01:00
parent fa8aa3a555
commit a9fb512567
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.