FAQ
Answers to frequently asked questions.
What makes Vimm DL secure?
The vimm-dl
command runs in an isolated environment by utilizing
Deno's sandboxing capability. By default, vimm-dl
does
not have access to any system resource with the exception of network access to
https://vimm.net. vimm-dl
will prompt the user for permission anytime it
attempts to access a resource.
See the How do I disable the sandbox environment? section of this page if you would like to obtain an unsandboxed variant of Vimm DL.
Why doesn't Vimm DL download games concurrently to speed it up?
To reduce server load, Vimm restricts downloads to one per session per IP address. Vimm DL respects that rule. Therefore, downloads are performed in sequence and not in parallel.
How do I disable the sandbox environment?
You must manually compile from source to generate a variant of the binary with the sandbox disabled. To do that, follow the instructions in the Disabling the Sandbox section of the Compiling from Source page.
Copyright © 2024 Foster Hangdaan
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page entitled GNU Free Documentation License.