More fine grained control over client IPs allowed to connect to backend #339
Labels
component:mythtv:general
General Issues
patch:feature
This patch implements a new feature
version:master
Master Development Branch
version:v33-fixes
fixes/33
Milestone
Is your feature request related to a problem? Please describe.
Currently the choices for controlling the access to the backend are either:
AllowConnFromAll
setting).I have a setup with two subnets, the wired subnet where my combined mythtv backend/frontend lives and a wifi subnet where my sheildtv (running leanfront) lives.
Describe the solution you'd like
I'd like to be able to specify a list of subnets and/or host which are allowed to talk to the backend. I'd then either list the wifi subnet there or even better list exactly the shield's IP.
I've implemented this in #335.
Describe alternatives you've considered
/etc/hosts.{deny,allow}
) support.The text was updated successfully, but these errors were encountered: