geth: open UDP port 30303 as well

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-08-16 17:56:56 +02:00
parent b0a9b11d50
commit ed5072c63c
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ module "nimbus_geth_mainnet" {
/* Firewall */
open_tcp_ports = [30303]
open_udp_ports = [30303]
/* Plumbing */
vpc_id = module.nimbus_network.vpc.id
@ -42,6 +43,7 @@ module "nimbus_geth_goerli" {
/* Firewall */
open_tcp_ports = [30303]
open_udp_ports = [30303]
/* Plumbing */
vpc_id = module.nimbus_network.vpc.id