Files
oam/little snitch/parts/spotify.lsrules
2023-02-18 18:56:36 +01:00

15 lines
407 B
Plaintext

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