From ce27bfc8717cfa5d0c95f258cfcb7441835c2d3e Mon Sep 17 00:00:00 2001 From: Simponic Date: Wed, 1 Feb 2023 09:16:51 -0700 Subject: [PATCH] Increase multicast subnet for discovery --- config/prod.exs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/prod.exs b/config/prod.exs index 6196da8..5c199a0 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -19,9 +19,11 @@ config :libcluster, port: 45892, if_addr: "0.0.0.0", multicast_if: "192.168.1.1", - multicast_addr: "233.252.1.32", + multicast_addr: "233.252.255.255", multicast_ttl: 1, - secret: "chessh" ] ] ] + +config :libcluster, + debug: true