initial commit

This commit is contained in:
ghost 2023-10-25 01:53:31 +03:00
parent 7f8b45d7fe
commit 636ed417a3
5 changed files with 309 additions and 1 deletions

23
config/remote.json Normal file
View file

@ -0,0 +1,23 @@
[
{
"description":
{
"name":"YGGtracker",
"description":"YGGtracker official node",
"url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/"
},
"ftp":
{
"host":"201:23b4:991a:634d:8359:4521:5576:15b7",
"port":21,
"passive":true,
"username":"anonymous",
"password":"anonymous",
"directory":"/yggtracker/torrents/wanted"
},
"provide":
{
"approved":true
}
}
]