Update deluge config
This commit is contained in:
parent
f13122fe7a
commit
85d690848d
1 changed files with 9 additions and 1 deletions
|
@ -9,9 +9,17 @@
|
|||
authFile = "/mnt/mass/Services/Deluge/auth";
|
||||
|
||||
config = {
|
||||
download_location = "/mnt/mass/Torrents";
|
||||
download_location = "/mnt/mass/Torrents/incomplete";
|
||||
move_completed_path = "/mnt/mass/Torrents";
|
||||
move_completed = true;
|
||||
listen_random_port = false;
|
||||
outgoing_interface = "wg0";
|
||||
listen_interface = "wg0";
|
||||
allow_remote = true;
|
||||
listen_ports = [ 57597 ];
|
||||
max_active_seeding = 0;
|
||||
max_active_downloading = 5;
|
||||
max_active_limite = 0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue