nimbus.sepolia: open ports for waku.test fleet
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
40776004de
commit
c29b23c6dc
|
@ -89,6 +89,7 @@ open_ports_default_chain: 'VPN'
|
|||
open_ports_list:
|
||||
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
|
||||
# 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: 'vacdev.misc', comment: 'Vac Simulations Websocket' }
|
||||
|
||||
|
|
Loading…
Reference in New Issue