Created
August 12, 2025 14:12
-
-
Save midnightgamer/79c7253c126fb43b6acd88581c31e052 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "filter": { | |
| "rules": [ | |
| { | |
| "action": "allow", | |
| "process": "/Applications/Brave Browser.app", | |
| "protocol": "udp", | |
| "destinationPort": 53, | |
| "direction": "outgoing", | |
| "priority": 1 | |
| }, | |
| { | |
| "action": "allow", | |
| "process": "/Applications/Brave Browser.app", | |
| "protocol": "tcp", | |
| "destinationPort": 443, | |
| "destinationHost": "ap-*.agora.io", | |
| "direction": "outgoing", | |
| "priority": 1 | |
| }, | |
| { | |
| "action": "deny", | |
| "process": "/Applications/Brave Browser.app", | |
| "protocol": "udp", | |
| "destinationPort": "3478,443,4700-5000,10000-63000", | |
| "destinationHost": "*.agora.io,*.sd-rt.com", | |
| "direction": "outgoing", | |
| "priority": 2 | |
| }, | |
| { | |
| "action": "deny", | |
| "process": "/Applications/Brave Browser.app", | |
| "protocol": "tcp", | |
| "destinationPort": "443,4721,4000-7000,4700-5000", | |
| "destinationHost": "*.agora.io,*.sd-rt.com", | |
| "direction": "outgoing", | |
| "priority": 2 | |
| }, | |
| { | |
| "action": "deny", | |
| "process": "/Applications/Brave Browser.app", | |
| "protocol": "any", | |
| "destinationHost": "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,fc00::/7", | |
| "direction": "outgoing", | |
| "priority": 3 | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment