Fix "s2s_access" option name in documentation

This commit is contained in:
Holger Weiss 2014-07-22 15:06:19 +02:00
parent f19e19e2b6
commit 4efca05149
2 changed files with 4 additions and 4 deletions

View File

@ -1288,11 +1288,11 @@ access:
all: normal all: normal
xmlrpc_access: xmlrpc_access:
xmlrpc_bot: allow xmlrpc_bot: allow
s2s_access: s2s:
trusted_servers: allow trusted_servers: allow
all: deny all: deny
s2s_certfile: "/path/to/ssl.pem" s2s_certfile: "/path/to/ssl.pem"
s2s_policy: s2s_access s2s_access: s2s
s2s_use_starttls: required_trusted s2s_use_starttls: required_trusted
listen: listen:
- -

View File

@ -196,7 +196,7 @@ listen:
## ##
## Default s2s policy for undefined hosts. ## Default s2s policy for undefined hosts.
## ##
## s2s_policy: s2s_access ## s2s_access: s2s
## ##
## Outgoing S2S options ## Outgoing S2S options
@ -487,7 +487,7 @@ access:
trusted_network: trusted_network:
loopback: allow loopback: allow
## Do not establish S2S connections with bad servers ## Do not establish S2S connections with bad servers
## s2s_access: ## s2s:
## bad_servers: deny ## bad_servers: deny
## all: allow ## all: allow