mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Fix "s2s_access" option name in documentation
This commit is contained in:
parent
f19e19e2b6
commit
4efca05149
@ -1288,11 +1288,11 @@ access:
|
||||
all: normal
|
||||
xmlrpc_access:
|
||||
xmlrpc_bot: allow
|
||||
s2s_access:
|
||||
s2s:
|
||||
trusted_servers: allow
|
||||
all: deny
|
||||
s2s_certfile: "/path/to/ssl.pem"
|
||||
s2s_policy: s2s_access
|
||||
s2s_access: s2s
|
||||
s2s_use_starttls: required_trusted
|
||||
listen:
|
||||
-
|
||||
|
@ -196,7 +196,7 @@ listen:
|
||||
##
|
||||
## Default s2s policy for undefined hosts.
|
||||
##
|
||||
## s2s_policy: s2s_access
|
||||
## s2s_access: s2s
|
||||
|
||||
##
|
||||
## Outgoing S2S options
|
||||
@ -487,7 +487,7 @@ access:
|
||||
trusted_network:
|
||||
loopback: allow
|
||||
## Do not establish S2S connections with bad servers
|
||||
## s2s_access:
|
||||
## s2s:
|
||||
## bad_servers: deny
|
||||
## all: allow
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user