fix opening of Discovery V5 UDP port

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-03-31 18:22:50 +02:00
parent 878231b6ed
commit 847679f94c
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 2 additions and 4 deletions

View File

@ -16,8 +16,6 @@ module "hosts" {
gc_type = local.ws["gc_type"] /* Google Cloud */
/* firewall */
open_tcp_ports = [
"9000", /* discovery v5 */
"30303", /* p2p main */
]
open_tcp_ports = [ "30303" ] /* p2p main */
open_udp_ports = [ "9000" ] /* discovery v5 */
}