3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

example-conf: rework some relay config descriptions for consistent style

This commit is contained in:
James Lu 2018-05-11 13:26:37 -07:00
parent 741e2c8ece
commit 28862281fe

View File

@ -692,13 +692,13 @@ relay:
allow_clientbot_pms: false
# Sets the suffix that relay subservers should use. Defaults to "relay" (as in net1.relay,
# net2.relay, etc.) if not specified. This can also be set per-network via
# servers::<netname>::relay_server_suffix.
# net2.relay, etc.) if not specified. This can also be specified per network via the
# 'relay_server_suffix' option in a server block.
#server_suffix: "relay.yournet.net"
# Determines whether LINKACL should use whitelist or blacklist mode by default. This defaults
# to false, and can also be specified per network via the 'relay_linkacl_use_whitelist' option
# in a server block.
# Determines whether LINKACL should use whitelist or blacklist mode by default for newly
# created channels. This defaults to false, and can also be specified per network via the
# 'relay_linkacl_use_whitelist' option in a server block.
#linkacl_use_whitelist: false
# Determines whether CLAIM should be enabled by default for newly created channels.