Last active
August 30, 2024 00:16
-
-
Save maxim/48753f090f99f21e6091a62e0b56311e to your computer and use it in GitHub Desktop.
Little Snitch rules for Skype, updated at 2024-08-30 00:16:44+00:00.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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