From b0f1d7a6441a637096617c99e64fdbda808b5e06 Mon Sep 17 00:00:00 2001 From: Uriel Fanelli Date: Thu, 10 Aug 2023 22:31:27 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3db4a3..d1f1612 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ To compile it , you need: Configuration contains: ``` +{ "MulticastConfig": { "MIpAddr": "239.0.0.19", "MPort": "9898", @@ -34,6 +35,7 @@ Configuration contains: "BridgeIpCIDR": "10.0.1.1/24" }, "debug": false + } ``` Where: @@ -60,5 +62,5 @@ Where: - MetalLb under Kubernetes can achieve the same. -- Nobody really needs kubernetes. I want a floating , HA IP without this. +- Nobody really needs kubernetes with less than 20 servers. I want a floating , HA IP without this.