mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 04:33:38 +00:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
!element server {
|
|
icons = container "Icons" {
|
|
description "The Icons service provides favicons for websites."
|
|
clients -> server.icons "Requests icons for cleartext urls from"
|
|
}
|
|
}
|
|
|
|
dns = softwareSystem "DNS" {
|
|
tags "External"
|
|
tags "Icons"
|
|
}
|