initial commit

This commit is contained in:
Jurgis Sakalauskas
2024-04-26 10:05:01 +03:00
commit 0a9651d7b8
15 changed files with 588 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
this is a script for checking and setting a new port forward for transmission-daemon in gluetun network for privatevpn
npx needs to be installed to run this script
```bash
npm install
npm run start
```