mirror of
https://github.com/YGGverse/yggtracker-wanted-torrents-receiver.git
synced 2026-03-31 20:05:27 +00:00
initial commit
This commit is contained in:
parent
7f8b45d7fe
commit
636ed417a3
5 changed files with 309 additions and 1 deletions
23
config/remote.json
Normal file
23
config/remote.json
Normal 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
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue