mirror of
https://github.com/status-im/infra-utils.git
synced 2025-02-23 09:28:08 +00:00
This is useful when DNS issues make the statusim.net domain unusable. You can connect to a Consul host using an IP and tunnel `8500` port: ``` ssh -L 8500:localhost:8500 admin@178.128.136.23 ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>