Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy committed Jul 2, 2024
1 parent e51fff4 commit aff51a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Node.js 20 image as a base for ARM64
FROM node:20-slim
FROM node:slim

# Set the working directory in the container
WORKDIR /app
Expand Down
5 changes: 0 additions & 5 deletions x/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ const ariaconfig = [
"--dht-entry-point6=router.utorrent.com:6881",
"--dht-entry-point6=dht.transmissionbt.com:6881",
"--dht-entry-point6=dht.aelitis.com:6881",
"--dht-entry-point6=dht.libtorrent.org:25401",
"--dht-entry-point6=router.silotis.us:6881",
"--dht-entry-point6=wehack.in:6881",
"--dht-entry-point6=dht.novage.com:6881",
"--dht-entry-point6=dht.snails.email:6881",
];

module.exports = { bytesToSize, ariaconfig };

0 comments on commit aff51a0

Please sign in to comment.