mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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:
|
||||
ip:
|
||||
- "127.0.0.0/8"
|
||||
- "::"
|
||||
- "::1"
|
||||
\end{verbatim}
|
||||
\titem{user\_regexp: Regexp} Matches any local user with a name that
|
||||
matches \term{Regexp} on local virtual hosts. Example:
|
||||
@ -4237,7 +4237,7 @@ acl:
|
||||
loopback:
|
||||
ip:
|
||||
- "127.0.0.0/8"
|
||||
- "::"
|
||||
- "::1"
|
||||
shortname:
|
||||
user_glob:
|
||||
- "?"
|
||||
|
Loading…
Reference in New Issue
Block a user