feat(network): add configurable VM egress firewall policies and WireGuard-based host routing

This commit is contained in:
2026-05-01 18:32:08 +00:00
parent 69e66cba00
commit 8c8b692fc1
7 changed files with 998 additions and 57 deletions
+2
View File
@@ -45,6 +45,8 @@ export class SmartVM {
this.networkManager = new NetworkManager({
bridgeName: this.options.bridgeName,
subnet: this.options.subnet,
firewall: this.options.firewall,
wireguard: this.options.wireguard,
});
// If a custom binary path is provided, use it directly