Compare commits

...

2 Commits

Author SHA1 Message Date
rany 7d6d8156ec Merge pull request 'New peer' (#41) from pravda/entitydb:master into master
Reviewed-on: https://codeberg.org/CRXN/entitydb/pulls/41
Reviewed-by: Marek Küthe <m.k@mk16.de>
Reviewed-by: rany <rany@noreply.codeberg.org>
2024-02-28 16:14:05 +00:00
pravda 035c0718df Upload files to "/" 2024-02-28 00:56:48 +00:00
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
}]
}
]
}
}
}
}
}