This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# apply this on all clients that will receive audio from other stations. The ACL is set so any device in the local network has access without the need for authentication | |
context.exec = [ | |
{ path = "pactl" args = "load-module module-native-protocol-tcp auth-anonymous=yes listen=10.126.5.1 auth-ip-acl=127.0.0.1;10.126.0.0/16" } | |
] |