It would be nice if SABnzbdplus could bind to multiple addresses (and maybe ports). That way, SAB would be reachable on all it's IPv4 and IPv6 addresses, i.e. 127.0.0.1, 192.168.1.72, 2001:888:197d::1 and maybe it's host name.
I know nothing about CherryPy, but hopefully this gives a solution: http://www.cherrypy.org/changeset/1217 saying
Fix for #537 (Support for listening on multiple ports). cherrypy.server now has no "httpserver" attribute; instead, it has an "httpservers" attribute, a dict of the form {server object: bind_addr} where bind_addr is usually (host, port). New start_all method. Calling stop stops all httpservers, and restart stops all then restarts all.
Thanks!





