Binding consul to a dummy interface and consul members command

Hi @agarwal-nitesh,

The Consul CLI uses 127.0.0.1:8500 as the default HTTP address. As you identified, you can override this using the -http-addr flag or the CONSUL_HTTP_ADDR environment variable. See the following post for more info.

1 Like