terraform: close websockify port as not used anymore

This commit is contained in:
Anton Iakimov 2024-03-08 16:47:07 +01:00
parent b168d02252
commit b74deff59f
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ module "node" {
/* firewall */
open_tcp_ports = [
"80", /* certbot */
"443", /* p2p websockify */
"8000", /* p2p websocket */
"30303", /* p2p main */
/* only on node-01.gc-us-central1-a.wakuv2.prod */