Skip to content

Instantly share code, notes, and snippets.

@maxim
Last active April 28, 2024 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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-04-28 00:03:04+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