Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
597 stars 49 forks source link

Bind to specific network interfaces #125

Closed agneevX closed 2 years ago

agneevX commented 3 years ago

Currently, autoscan binds to all interfaces by default.

Would be nice if it could bind to specified interfaces:

host: 127.0.0.1
host:
  - 127.0.0.1
  - 10.0.0.2
edrock200 commented 2 years ago

If your using docker, you can bind to an IP in your port mappings

agneevX commented 2 years ago

I'm not using Docker.