diff --git a/pravda.json b/pravda.json new file mode 100644 index 0000000..5e74594 --- /dev/null +++ b/pravda.json @@ -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 + }] + } + ] + } + } + } + } +}