pub(crate) async fn build_iroh_endpoint( secret_key: SecretKey, bind_addr: SocketAddr, iroh_dns: Option<SafeUrl>, iroh_relays: Vec<SafeUrl>, alpn: &[u8], ) -> Result<Endpoint, Error>