mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix IPv6 loopback address in the guide
Thanks to Erik Huelsmann for spotting this.
This commit is contained in:
parent
7c4efca361
commit
cffe0b0dfe
@ -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…
Reference in New Issue
Block a user