Skip to content

Commit a2841b2

Browse files
committed
Use Shared Networking
1 parent 865db70 commit a2841b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/libhostmgr/libhostmgr.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public func startVM(name: String) async throws {
227227
.memorySize(Int(vmAvailableMemory / 1024 / 1024)),
228228
.cpuCount(ProcessInfo().physicalProcessorCount),
229229
.hypervisorType(.apple),
230-
.networkType(.bridged),
230+
.networkType(.shared),
231231
.isolateVM(.on),
232232
.sharedCamera(.off)
233233
].forEach { try parallelsVM.set($0) }

0 commit comments

Comments
 (0)