summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti-relay: advertise config fields are now listsSteven Engler2025-12-091-0/+60
| | | | | | | | | | | | | | | | Example: ```toml [relay.advertise] ipv4 = [] ipv6 = ["[10::]:10"] ``` ```text Error: Failed to resolve configuration [...] The list is empty for key "default.relay.advertise.ipv4" in [...] ```
* arti-relay: move `iter_join` to a new `util` moduleSteven Engler2025-11-121-0/+32