1activegeek / docker-airconnect

AirConnect container for turning Chromecast into Airplay targets
238 stars 27 forks source link

Is there a way to get docker-airconnect to map to specific ports (firewall) #23

Closed MrSimmo closed 3 years ago

MrSimmo commented 3 years ago

I'm running docker-airconnect behind a firewall (UFW); is there a way to specify or limit the ports it listens on so I can allow these through the firewall?

1activegeek commented 3 years ago

I do not believe there is a way to specify or limit the ports. By the very nature of the app, it is using mDNS and is meant to be a bit of a plug n play type of auto configuration for the devices. This means ports will easily change and shift. The original app documentation illustrates not to use firewall between devices and the app. Many however have done it I believe, and will require digging into the ports used so that it can communicate properly. I'd suggest maybe searching through the original app issues list for others who've hit similar issues.

If there is something specific to the container relative to this issue, please feel free to clarify and we can re-open if there is a container specific issue.

MrSimmo commented 3 years ago

Ok np 👍