Struct RegistryConfig

Configuration for the name registry

struct RegistryConfig ;

Fields

NameTypeDescription
address stringThe address to bind to - All interfaces by default
flash immutable(ZoneConfig)The 'flash' zone
port ushortThe port to bind to - Default to the standard DNS port (53)
public_interface boolIf this node should provide registry interface to public
realm immutable(ZoneConfig)The parent zone for validators and flash, as configured in the realm
seed_refresh core.time.DurationRegistry seeding refresh interval
validators immutable(ZoneConfig)The 'validators' zone

Methods

NameDescription
validate () Validate the semantic of the user-provided configuration