diff --git a/rules.lsrules b/rules.lsrules index 61af088..98cd2cf 100644 --- a/rules.lsrules +++ b/rules.lsrules @@ -119,6 +119,31 @@ "protocol": "tcp", "remote-hosts": "gpgtools.com" }, + { + "action": "allow", + "notes": "Allow Homebrew to download updates.", + "ports": "443", + "process": "/Applications/iTerm.app/Contents/MacOS/iTerm2", + "protocol": "tcp", + "remote-hosts": "ghcr.io" + }, + { + "action": "allow", + "notes": "Allow Macports to download updates.", + "ports": "873", + "process": "/Applications/iTerm.app/Contents/MacOS/iTerm2", + "protocol": "tcp", + "remote-hosts": "rsync.macports.org" + }, + { + "action": "allow", + "notes": "Allow Macports to download updates.", + "ports": "80", + "process": "/Applications/iTerm.app/Contents/MacOS/iTerm2", + "protocol": "tcp", + "remote-domains": "packages.macports.org", + "via": "/opt/local/libexec/macports/bin/tclsh8.6" + }, { "action": "allow", "notes": "Allow iTerm2 to securely connect to websites.",