View Source Cluster.Strategy.Tailscale (libcluster_tailscale v0.1.1)

Cluster strategy for connecting Elixir nodes over Tailscale.

config :libcluster,
  topologies: [
    tailscale: [
      strategy: Elixir.Cluster.Strategy.Tailscale,
      config: [
        authkey: "",
        tailnet: "",
        hostname: "",
        appname: ""
      ]
    ]
  ]

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

list_devices(tailnet, authkey)

View Source