jastBytes / SyncthingTray

Syncthing wrapper for Windows. Includes a small interface to configure start on boot and puts syncthing into tray instead of the console window.
GNU General Public License v2.0
151 stars 24 forks source link

Webinterface address is not right #8

Open endolith opened 10 years ago

endolith commented 10 years ago

if you have your GUI Listen Address set to http://0.0.0.0:8080/, then when you click "Open Webinterface" on Syncthingtray, it opens a browser and actually tries to open the address http://0.0.0.0:8080/, which does not work. It should open the browser at http://127.0.0.1:8080/.

uok commented 10 years ago

listen address 0.0.0.0 means that every computer can access the web GUI, GUI address is the IP of the computer that is running Syncthing

examples

1) LAN access

2) Local access