Files
oam/little snitch/rules/parts/spotify.lsrules
2023-03-04 12:56:23 +01:00

15 lines
397 B
Plaintext

{
"description": "",
"name": "Spotify",
"rules": [
{
"action": "allow",
"notes": "Allow Spotify to advertise its capabilities on the local network.",
"ports": "1900",
"process": "/Applications/Spotify.app/Contents/MacOS/Spotify",
"protocol": "udp",
"remote-addresses": "239.255.255.250"
}
]
}