IrohBeam.Relay (iroh_beam v0.2.0)

View Source

Validated, secret-safe custom relay configuration.

The optional token is sent as relay authorization and is always redacted from inspection. It is unrelated to endpoint identity and may be shared by a group admitted to the same private relay.

Summary

Types

t()

@opaque t()

Functions

new(url, options \\ [])

@spec new(
  String.t(),
  keyword()
) :: {:ok, t()} | {:error, IrohBeam.Error.t()}

url(relay)

@spec url(t()) :: String.t()