Added SSDP host:port for apps which use it

This commit is contained in:
Michele Cereda
2023-02-18 18:56:36 +01:00
parent 8e4e81e296
commit e6a18992d6
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"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"
}
]
}

View File

@@ -72,6 +72,15 @@
"process": "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi",
"protocol": "udp",
"remote": "any"
},
{
"action": "allow",
"notes": "Allow Vivaldi to advertise its capabilities on the local network.",
"ports": "1900",
"process": "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi",
"protocol": "udp",
"remote-addresses": "239.255.255.250"
}
]
}

View File

@@ -189,6 +189,14 @@
"protocol": "tcp",
"remote": "any"
},
{
"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"
},
{
"action": "allow",
"notes": "Allow Vivaldi to gather information about certificates.",
@@ -257,6 +265,14 @@
"protocol": "udp",
"remote": "any"
},
{
"action": "allow",
"notes": "Allow Vivaldi to advertise its capabilities on the local network.",
"ports": "1900",
"process": "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi",
"protocol": "udp",
"remote-addresses": "239.255.255.250"
},
{
"action": "allow",
"notes": "Allow VS Code to access its documentation.",