mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix IPv6 loopback address in the guide
Thanks to Erik Huelsmann for spotting this.
This commit is contained in:
parent
7c4efca361
commit
cffe0b0dfe
1 changed files with 2 additions and 2 deletions
|
@ -1793,7 +1793,7 @@ acl:
|
||||||
loopback:
|
loopback:
|
||||||
ip:
|
ip:
|
||||||
- "127.0.0.0/8"
|
- "127.0.0.0/8"
|
||||||
- "::"
|
- "::1"
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\titem{user\_regexp: Regexp} Matches any local user with a name that
|
\titem{user\_regexp: Regexp} Matches any local user with a name that
|
||||||
matches \term{Regexp} on local virtual hosts. Example:
|
matches \term{Regexp} on local virtual hosts. Example:
|
||||||
|
@ -4237,7 +4237,7 @@ acl:
|
||||||
loopback:
|
loopback:
|
||||||
ip:
|
ip:
|
||||||
- "127.0.0.0/8"
|
- "127.0.0.0/8"
|
||||||
- "::"
|
- "::1"
|
||||||
shortname:
|
shortname:
|
||||||
user_glob:
|
user_glob:
|
||||||
- "?"
|
- "?"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue