Golang Remote SSH tunnel only forwards localhost connections
I created a remote tunnel that connects to my server and forwards port 8080 to my local web server. However, it only forward localhost, or 127.0.0.1, but doesn’t work using the server’s IP address. Any ideas why myserver’s IP address doesn’t work, but localhost does? Here are some screen shots: