diff --git a/Cargo.toml b/Cargo.toml index 62322ff..89c6cfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["dns", "dns-server", "ad-blocking", "reverse-proxy", "developer-tool categories = ["network-programming", "development-tools"] [dependencies] -tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "time"] } +tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "time", "sync"] } axum = "0.8" serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/site/dashboard.html b/site/dashboard.html index 7f83699..e90fbea 100644 --- a/site/dashboard.html +++ b/site/dashboard.html @@ -285,6 +285,7 @@ body { .path-tag.OVERRIDE { background: rgba(82, 122, 82, 0.12); color: var(--emerald); } .path-tag.SERVFAIL { background: rgba(181, 68, 58, 0.12); color: var(--rose); } .path-tag.BLOCKED { background: rgba(163, 152, 136, 0.15); color: var(--text-dim); } +.path-tag.COALESCED { background: rgba(138, 104, 158, 0.12); color: var(--violet-dim); } /* Sidebar panels */ .sidebar { @@ -547,6 +548,8 @@ body {