Minenash / Embedded-Assets

Automatically loads resourcepacks from datapacks on load
https://modrinth.com/mod/embedded_assets
5 stars 4 forks source link

Request - Specify Listening IP(s) in Config #12

Open rxay579 opened 6 months ago

rxay579 commented 6 months ago

I just did some simple testing with this mod on a locally hosted server to see if I could avoid running a web server for resource pack hosting but have only been able to get the listening IP to either my public IP or localhost (127.0.0.1), neither of which my client(s) can connect with. Port forwarding / exposing my local minecraft server to the internet isn't feasible for me; too much stress (e.g. log4j). Ideally, I'd like the listening IP address to be my local minecraft server LAN address(es).

The request for multiple listening IPs and/or wildcard support is due to my LAN being segmented into a couple of subnets. Wildcard support would be a plus, but may be excessively complicated.

I had a look through the code, but I'm not great at reading java. If I'm missing an option in the config to solve this problem, please let me know.