Bind socket between two VMs #27
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Potential use case: Establish a net VM that doesn't expose details about the network to a command that requires network access. The command, in its "unsafe" VM, connects to a proxy in the "safe" VM, and uses that to access the Internet. This could be useful for something like Icepick broadcasts, where network is required, but we might not trust the code.