# Network audio: let LAN machines connect to this Pi's PulseAudio server and # advertise its sinks/sources over mDNS so they auto-appear on other machines. # # Replace with your LAN subnet (e.g. 10.12.10.0/24). The auth-ip-acl # restricts who can connect to localhost + that subnet — keep it tight. pulse.cmd = [ { cmd = "load-module" args = "module-native-protocol-tcp auth-ip-acl=127.0.0.1/32;" } { cmd = "load-module" args = "module-zeroconf-publish" } ]