From d651764ff491e394d5fbbc4edf6ea4e8a41e92c2 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 9 Oct 2023 20:06:12 +0200 Subject: [PATCH] docs: add changelog for pull request 11734 --- changes/ce/fix-11734.en.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ce/fix-11734.en.md diff --git a/changes/ce/fix-11734.en.md b/changes/ce/fix-11734.en.md new file mode 100644 index 000000000..576799ecf --- /dev/null +++ b/changes/ce/fix-11734.en.md @@ -0,0 +1,3 @@ +Fix clustering in IPv6 network. + +Added new configurations `rpc.listen_address` and `rpc.ipv6_only` to allow EMQX cluster RPC server and client to use IPv6.