feat(network): add configurable VM egress firewall policies and WireGuard-based host routing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user