Multi FastDownload
Posted: Mon Nov 22, 2021 10:12 pm
Multi FastDownload
Description:
I made this script some time ago as a request for other user in this forum and my friend crazyeffect encouraged me to release it now.
It's intended to distribute multiple fast download servers to connecting users.
It works as round robin fashion with the configured url list.
Details:
When a client connects to the server, sv_downloadurl cvar will be changed to one of the configured fastdl servers.
Usage:
Just create the file multifastdl.ini in your configs directory and put one line for each fastdl url as you will put in sv_downloadurl cvar.
Example of multifastdl.ini contents:
For more information about fast download see this tutorial
Tip:
I can make a PHP script for anyone that needs an HTTP 3xx response for redirect to another server when some file is missing.
I didn't tested by it may work.
get plugin
Description:
I made this script some time ago as a request for other user in this forum and my friend crazyeffect encouraged me to release it now.
It's intended to distribute multiple fast download servers to connecting users.
It works as round robin fashion with the configured url list.
Details:
When a client connects to the server, sv_downloadurl cvar will be changed to one of the configured fastdl servers.
Usage:
Just create the file multifastdl.ini in your configs directory and put one line for each fastdl url as you will put in sv_downloadurl cvar.
Example of multifastdl.ini contents:
You must copy all needed files in all servers to make sure clients will always use fast download.
For more information about fast download see this tutorial
Tip:
I can make a PHP script for anyone that needs an HTTP 3xx response for redirect to another server when some file is missing.
I didn't tested by it may work.
get plugin