Automatically create ephemeral ports in windscribe and update deluge config to use the new port
Find a file
2022-09-08 23:57:58 +02:00
.github/workflows remove multi platform ci build 2022-09-08 23:54:06 +02:00
src rewrite everything 2022-09-08 01:47:39 +02:00
.dockerignore Update .dockerignore 2022-09-08 23:57:58 +02:00
.eslintrc Add base 2021-12-25 20:53:13 +01:00
.gitignore rewrite everything 2022-09-08 01:47:39 +02:00
Dockerfile rewrite everything 2022-09-08 01:47:39 +02:00
LICENSE Create LICENSE 2022-01-16 16:29:52 +01:00
nodemon.json rewrite everything 2022-09-08 01:47:39 +02:00
package.json rewrite everything 2022-09-08 01:47:39 +02:00
README.md rewrite everything 2022-09-08 01:47:39 +02:00
tsconfig.json rewrite everything 2022-09-08 01:47:39 +02:00
yarn.lock rewrite everything 2022-09-08 01:47:39 +02:00

deluge-windscribe-ephemeral-port

Automatically create ephemeral ports in windscribe and update deluge config to use the new port

Important information

This project was designed to work along side containers like kabe0/deluge-windscribe in mind.
It will not help you configure windscribe to use a vpn!
It will only update the port that deluge listens on to the same port that's configured on windscribe website.

I strongly advise against using a "restart on error" policy since windscribe will temporary block your ip address after a few failed login attempts.

Running

TODO