Can define bridge name

This commit is contained in:
2023-12-19 18:11:53 +01:00
parent afebe97395
commit e969455c58
5 changed files with 46 additions and 4 deletions

View File

@ -26,6 +26,7 @@ export interface NetworkInfo {
description?: string;
forward_mode: "NAT" | "Isolated";
device?: string;
bridge_name?: string;
dns_server?: string;
domain?: string;
ip_v4?: IpConfig;