satisfactorymodding / SatisfactoryModManager

A mod manager for easy installation of mods and modloader for Satisfactory
GNU General Public License v3.0
360 stars 77 forks source link

Listen only on localhost for connections from ficsit.app #116

Closed Rosuav closed 2 years ago

Rosuav commented 3 years ago

This is a potential solution to the firewall issue in #58 - instead of listening on ALL addresses, it will listen only on 127.0.0.1.

It assumes that 127.0.0.1 will always be the correct address for localhost. In a dual stack setup, the browser will most likely attempt to connect on ::1 first, before attempting a second connection on 127.0.0.1, but this shouldn't have any consequence other than a small performance hit.