Skip to content

Commit ce41ae0

Browse files
committed
fixup! Add configuration options for HRN settings
1 parent de968bb commit ce41ae0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/config.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,11 @@ pub enum HRNResolverConfig {
241241
dns_server_address: String,
242242
/// If set to true, this allows others to use our node for HRN resolutions.
243243
///
244-
/// **Note:** Enabling `enable_hrn_resolution_service` is only one part of the
245-
/// configuration. For resolution to function correctly, the local node must
246-
/// also be configured as an **announceable node** within the network.
244+
/// **Note:** Enabling `enable_hrn_resolution_service` allows your node to act
245+
/// as a resolver for the rest of the network. For this to work, your node must
246+
/// be announceable (publicly visible in the network graph) so that other nodes
247+
/// can route resolution requests to you via Onion Messages. This does not affect
248+
/// your node's ability to resolve names for its own outgoing payments.
247249
enable_hrn_resolution_service: bool,
248250
},
249251
}

0 commit comments

Comments
 (0)