vpn integration

This commit is contained in:
2026-04-11 21:51:30 +02:00
parent 4671e5da63
commit c4d27e9842
26 changed files with 2566 additions and 899 deletions
+16 -4
View File
@@ -31,20 +31,27 @@
"peer-id-ttl-hours": 6,
"peer-limit-global": 400,
"peer-limit-per-torrent": 100,
"peer-port": 51413,
"peer-port": 64626,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "le",
"pex-enabled": true,
"pidfile": "",
"port-forwarding-enabled": true,
"preallocation": 1,
"preferred_transports": [
"utp",
"tcp"
],
"prefetch-enabled": true,
"proxy_url": null,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 20,
"ratio-limit": 20.0,
"ratio-limit-enabled": true,
"rename-partial-files": true,
"reqq": 2000,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
@@ -66,17 +73,22 @@
"script-torrent-done-seeding-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"sequential_download": false,
"sleep-per-seconds-during-verify": 100,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"start_paused": false,
"tcp-enabled": true,
"torrent-added-verify-mode": "fast",
"torrent_complete_verify_enabled": false,
"trash-original-torrent-files": true,
"umask": "002",
"upload-slots-per-torrent": 50,
"utp-enabled": true,
"watch-dir": "/watch",
"watch-dir-enabled": true
}
"watch-dir-enabled": true,
"watch-dir-force-generic": false
}