troffasky wrote: > > > > > - Set allowedHosts to the LAN subnet in server.prefs. Doesn't make > any difference to CLI. > > >
Actually, I think this should have worked. Currently it's 192.168.1.*,127.0.0.1 and my client is 192.168.1.43. CLI plugin: https://github.com/Logitech/slimserver/blob/4e5530a50b7906a531ffe6b7b7054e072f6bc9dd/Slim/Plugin/CLI/Plugin.pm#L253 checks IP against isAllowedHost: https://github.com/Logitech/slimserver/blob/4e5530a50b7906a531ffe6b7b7054e072f6bc9dd/Slim/Utils/Network.pm#L72 which checks it against the allowedHosts preference. I will turn up the debugging and test some more. ------------------------------------------------------------------------ troffasky's Profile: http://forums.slimdevices.com/member.php?userid=70248 View this thread: http://forums.slimdevices.com/showthread.php?t=113868 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
