Skip to content

Instantly share code, notes, and snippets.

@maxim
Last active May 22, 2024 00:02
Show Gist options
  • Save maxim/48753f090f99f21e6091a62e0b56311e to your computer and use it in GitHub Desktop.
Save maxim/48753f090f99f21e6091a62e0b56311e to your computer and use it in GitHub Desktop.
Little Snitch rules for Skype, updated at 2024-05-22 00:02:05+00:00.
{
"description": "Rules based on Skype FAQ at https://support.skype.com/en/faq/FA148/which-ports-need-to-be-open-to-use-skype-on-desktop",
"name": "Skype",
"rules": [
{
"action": "allow",
"process": "/Applications/Skype.app/Contents/MacOS/Skype",
"ports": "443,1000-10000,50000-65000,16000-26000",
"protocol": "TCP"
},
{
"action": "allow",
"process": "/Applications/Skype.app/Contents/MacOS/Skype",
"ports": "3478-3481,50000-60000",
"protocol": "UDP"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment