Add more upstream domains to the intercept list

This commit is contained in:
Tobias Gesellchen
2026-02-19 08:44:26 +01:00
parent 3329149282
commit e4c12471b4
+3
View File
@@ -160,8 +160,11 @@ func (d *DNSDiscovery) shouldIntercept(hostname string) bool {
"content.api.bose.io",
"events.api.bosecm.com",
"bose-prod.apigee.net",
"bose-test.apigee.net",
"worldwide.bose.com",
"music.api.bose.com",
"bosecm.com",
"bose.io",
}
for _, service := range interceptList {