🖥️ Adds mDNS service

This commit is contained in:
Rune Harlyk
2025-03-23 19:45:55 +01:00
committed by Rune Harlyk
parent c346f7f553
commit 3671610860
10 changed files with 530 additions and 13 deletions
+8 -1
View File
@@ -19,7 +19,8 @@
Router,
AP,
Copyright,
Metrics
Metrics,
DNS
} from '$lib/components/icons'
import appEnv from 'app-env'
@@ -103,6 +104,12 @@
icon: AP,
href: '/wifi/ap',
feature: true
},
{
title: 'mDNS',
icon: DNS,
href: '/wifi/mdns',
feature: true
}
]
},