Added Technitium

This commit is contained in:
2026-07-13 23:54:59 +02:00
parent 5304fa4e18
commit e8a3d44ec0
7 changed files with 220 additions and 19 deletions
+6 -5
View File
@@ -489,11 +489,12 @@ function CacheTab() {
// ─── Providers tab ───────────────────────────────────────────────────────────
const PROVIDER_NAMES = {
cloudflare: 'Cloudflare',
loopia: 'Loopia',
pihole: 'Pi-hole',
azure: 'Azure DNS',
cpanel: 'cPanel',
cloudflare: 'Cloudflare',
loopia: 'Loopia',
pihole: 'Pi-hole',
azure: 'Azure DNS',
cpanel: 'cPanel',
technitium: 'Technitium',
};
function ProvidersTab() {