How can I access to consul UI externally?
I want to access consul UI writing
:8500
I have try doing
You can use socat in this case.
socat -d -d TCP-L:8500,bind=172.16.93.128,fork TCP:localhost:8500 &
where 172.16.93.12 is my IP.