mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
Report server domain to other servers:
This commit introduces a new configuration option that server operators can set. The value is communicated to other servers and is also reported via the `server_info` API. The value is meant to allow third-party applications or tools to group servers together. For example, a tool that visualizes the network's topology can group servers together. Similar to the "Domain" field in validator manifests, an operator can claim any domain. Prior to relying on the value returned, the domain should be verified by retrieving the xrp-ledger.toml file from the domain and looking for the server's public key in the `nodes` array.
This commit is contained in:
committed by
manojsdoshi
parent
efa615a5e3
commit
d282b0bf85
@@ -351,6 +351,14 @@
|
||||
# connection is no longer available.
|
||||
#
|
||||
#
|
||||
# [server_domain]
|
||||
#
|
||||
# domain name
|
||||
#
|
||||
# The domain under which a TOML file applicable to this server can be
|
||||
# found. A server may lie about its domain so the TOML should contain
|
||||
# a reference to this server by pubkey in the [nodes] array.
|
||||
#
|
||||
#
|
||||
#-------------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user