exatorrent
is fully configurable . This page details configurations that are possible in exatorrent
There are options that can be configured during runtime and without restarting exatorrent
. It can also be configured through Web Client (or API) . See EngConfig for more details about the engconfig.
When exatorrent gets started, it checks whether engconfig.json file is present in config directory (which is subdirectory of main directory of exatorrent) and if json is valid configuration, it gets applied. also, when you change the configuration during runtime, the json file gets updated. You can generate sample engconfig(so that you can modify it to set value you want it to have) by passing flag -engc
while starting the program.
Many of configuration of torrent engine anacrolix/torrent
are only applied at start of engine and cannot be configurable during runtime. See TorConfig for more details.
Note that most of torcconfig maps to ClientConfig
You can generate sample torcconfig(so that you can modify it to set value you want it to have) by passing flag -torc
while starting the program. Note that if you don't want to configure , set it's value as null
.