diff --git a/entrypoint.sh b/entrypoint.sh index 0e536bb..005f4c3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,6 +19,8 @@ su-exec $UID aria2c \ --force-save \ --listen-port=${LISTEN_PORT:-6881-6889} \ --dht-listen-port=${DHT_LISTEN_PORT:-6881-6889} \ + --dht-file-path=/data/dht.dat \ + --dht-file-path6=/data/dht6.dat \ --seed-ratio=0 \ --dir /data/ \ --save-session /data/torrents \