Skip to content

Commit b65a3b4

Browse files
authored
Merge pull request #28 from jlaundry/automated-lsrules-update-11117387224
Automated lsrules update
2 parents 483d50b + a5bcf79 commit b65a3b4

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

macos/little_snitch/rules/Microsoft Teams (work or school).lsrules

+5-1
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
"notes": "rule 12 - Microsoft Teams",
264264
"remote-domains": [
265265
"lync.com",
266+
"teams.cloud.microsoft",
266267
"teams.microsoft.com"
267268
]
268269
},
@@ -273,7 +274,10 @@
273274
"protocol": "tcp",
274275
"owner": "me",
275276
"notes": "rule 12 - Microsoft Teams",
276-
"remote-hosts": "teams.microsoft.com"
277+
"remote-hosts": [
278+
"teams.cloud.microsoft",
279+
"teams.microsoft.com"
280+
]
277281
},
278282
{
279283
"action": "allow",

macos/little_snitch/rules/Microsoft Teams.lsrules

+15-3
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@
364364
"notes": "rule 12 - Microsoft Teams",
365365
"remote-domains": [
366366
"lync.com",
367+
"teams.cloud.microsoft",
367368
"teams.microsoft.com"
368369
]
369370
},
@@ -374,7 +375,10 @@
374375
"protocol": "tcp",
375376
"owner": "me",
376377
"notes": "rule 12 - Microsoft Teams",
377-
"remote-hosts": "teams.microsoft.com"
378+
"remote-hosts": [
379+
"teams.cloud.microsoft",
380+
"teams.microsoft.com"
381+
]
378382
},
379383
{
380384
"action": "allow",
@@ -394,6 +398,7 @@
394398
"notes": "rule 12 - Microsoft Teams",
395399
"remote-domains": [
396400
"lync.com",
401+
"teams.cloud.microsoft",
397402
"teams.microsoft.com"
398403
]
399404
},
@@ -404,7 +409,10 @@
404409
"protocol": "tcp",
405410
"owner": "me",
406411
"notes": "rule 12 - Microsoft Teams",
407-
"remote-hosts": "teams.microsoft.com"
412+
"remote-hosts": [
413+
"teams.cloud.microsoft",
414+
"teams.microsoft.com"
415+
]
408416
},
409417
{
410418
"action": "allow",
@@ -424,6 +432,7 @@
424432
"notes": "rule 12 - Microsoft Teams",
425433
"remote-domains": [
426434
"lync.com",
435+
"teams.cloud.microsoft",
427436
"teams.microsoft.com"
428437
]
429438
},
@@ -434,7 +443,10 @@
434443
"protocol": "tcp",
435444
"owner": "me",
436445
"notes": "rule 12 - Microsoft Teams",
437-
"remote-hosts": "teams.microsoft.com"
446+
"remote-hosts": [
447+
"teams.cloud.microsoft",
448+
"teams.microsoft.com"
449+
]
438450
},
439451
{
440452
"action": "allow",

0 commit comments

Comments
 (0)