nimbus.sepolia: open ports for waku.test fleet

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-14 11:56:16 +01:00
parent 40776004de
commit c29b23c6dc
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ open_ports_default_chain: 'VPN'
open_ports_list: open_ports_list:
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' } - { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
# https://github.com/status-im/infra-nim-waku/issues/59 # https://github.com/status-im/infra-nim-waku/issues/59
- { port: '9557:9560', ipset: 'waku.test', comment: 'Waku Websocket' }
- { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' } - { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
- { port: '9557:9560', ipset: 'vacdev.misc', comment: 'Vac Simulations Websocket' } - { port: '9557:9560', ipset: 'vacdev.misc', comment: 'Vac Simulations Websocket' }