pub(crate) async fn build_iroh_v1_endpoint( secret_key: SecretKey, bind_addr: SocketAddr, iroh_dns: Option<SafeUrl>, alpn: &[u8], ) -> Result<Endpoint>
Build an Iroh 1.0 server endpoint.