Got nowhere with the extra logging. However, I think I've made a mistake in my analysis of what the code is doing. The message "Access to CLI is restricted to the local network ..." is emitted on line 250 of CLI/Plugin.pm, but the check against isAllowedHosts won't ever happen if that message has been emitted, because the connection is closed by that point. So no, adding IP addresses to allowedHosts won't do anything for CLI clients, because the allowedHosts list isn't checked if the client already failed the ip_on_different_network test on line 248.
------------------------------------------------------------------------ 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
