mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
15 lines
407 B
Plaintext
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"
|
|
}
|
|
]
|
|
}
|