From 3f479e68273ea4b2cf04aa6259778e840e244701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 24 Sep 2024 14:45:25 +0200 Subject: [PATCH] node: remove unnecesary opening of port 9000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- hosts_node.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts_node.tf b/hosts_node.tf index f527a2a..736862e 100644 --- a/hosts_node.tf +++ b/hosts_node.tf @@ -24,9 +24,7 @@ module "node" { open_tcp_ports = [ "80", /* certbot */ "8000", /* p2p websocket */ - "30303", /* p2p main */ - /* only on node-01.gc-us-central1-a.wakuv2.prod */ - "9000", /* chat2bridge */ + "30303", /* libp2p main */ ] open_udp_ports = [ "9000", /* discovery v5 */