mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
feat(portal): allow dns pool libcluster (#6618)
This PR adds support for DNSPoll libcluster strategy. I've tested this and no need to do some custom dumping of the json config.
This commit is contained in:
@@ -354,6 +354,7 @@ defmodule Domain.Config.Definitions do
|
||||
Elixir.Cluster.Strategy.Epmd,
|
||||
Elixir.Cluster.Strategy.Gossip,
|
||||
Elixir.Cluster.Strategy.Kubernetes,
|
||||
Elixir.Cluster.Strategy.DNSPoll,
|
||||
Elixir.Domain.Cluster.GoogleComputeLabelsStrategy
|
||||
]
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user