zheng-hao / ga-bitbot

Automatically exported from code.google.com/p/ga-bitbot
GNU General Public License v3.0
0 stars 0 forks source link

Network tunneling breaks web interface at 8080 #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
OpenVPNd linux user here. tun0 seems to break whatever method is being used to 
identify the server IP for use in scripts. Server binds to remote IP instead of 
localhost and as most VPN services blackhole http servers, becomes inaccessible.

I imagine that a fix could be hardcoding the IP instead of using whatever 
mechanism to identify the IP of the machine it is using. I just disconnect from 
my VPN temporarily, but better network logic would be preferred.

On a side note, will the web servers at 8088 and 8080 ever be merged?

Original issue reported on code.google.com by hikkak...@gmail.com on 1 Apr 2013 at 2:08