Upload files to "/"

This commit is contained in:
pravda 2024-02-28 00:56:48 +00:00
parent 1dd57aead2
commit 035c0718df
1 changed files with 32 additions and 0 deletions

32
pravda.json Normal file
View File

@ -0,0 +1,32 @@
{
"person": {
"name": "Dmitriy Zubko",
"email": "pravda@stronzi.org",
"gpg": "6321504A60B9FABB91E20CA8BACAD4F5D1832840"
},
"route": {
"fd3e:cbab:b888::/48": {
"description": "Pravda",
"device": {
"fd3e:cbab:b888::1": {
"type": "router",
"service": [{
"description": "Personal blog.",
"type": "http",
"endpoint": [{
"port": 80
}]
},
{
"description": "Personal FTP.",
"type": "ftp",
"endpoint": [{
"port": 21
}]
}
]
}
}
}
}
}