add option to switch mDNS off/on

This commit is contained in:
MichaelDvP
2022-05-04 14:14:17 +02:00
parent d344924a3c
commit e00da5a721
5 changed files with 33 additions and 12 deletions

View File

@@ -47,6 +47,7 @@ export interface NetworkSettings {
subnet_mask?: string;
dns_ip_1?: string;
dns_ip_2?: string;
enableMDNS: boolean;
}
export interface WiFiNetworkList {