mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 01:50:43 +00:00
Update comment
This commit is contained in:
@@ -529,10 +529,14 @@
|
||||
#
|
||||
# verify_endpoints = <0 | 1>
|
||||
#
|
||||
# If set to 1, the server will verify the validity of endpoint
|
||||
# addresses received in TMEndpoints peer protocol messages by
|
||||
# checking that they are well-formed and publicly routable. Invalid
|
||||
# endpoints will be dropped. The default is 1 (verification enabled).
|
||||
# If set to 0, the server will skip validation of endpoint
|
||||
# addresses received in TMEndpoints peer protocol messages,
|
||||
# allowing addresses that are not publicly routable or have a
|
||||
# port of 0. The default is 1 (verification enabled).
|
||||
#
|
||||
# WARNING: Disabling this option is a security risk and should
|
||||
# only be used for local testing and debugging. Do not disable
|
||||
# on mainnet.
|
||||
#
|
||||
#
|
||||
# [transaction_queue] EXPERIMENTAL
|
||||
|
||||
Reference in New Issue
Block a user