{"id":42225,"date":"2019-03-18T00:00:00","date_gmt":"2019-03-17T21:00:00","guid":{"rendered":"https:\/\/prohoster.info\/blog\/blog_prohoster\/telegraf-elektronnaya-pochta-bez-interneta"},"modified":"2020-02-18T13:45:03","modified_gmt":"2020-02-18T10:45:03","slug":"telegraf-elektronnaya-pochta-bez-interneta","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/telegraf-elektronnaya-pochta-bez-interneta","title":{"rendered":"Telegraph - email without the internet","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Good day!<\/p>\n<p>I would like to share interesting thoughts with the community on creating offline decentralized email and demonstrate the practical work of an already existing implementation.<\/p>\n<p>Originally, Telegraph was developed as an amateur communication tool between members of our small student community, which devoted its activities to computing and communications in one way or another.<\/p>\n<p><b>Nota Bene<\/b>: Telegraph is an amateur communication tool; extracting practical benefits on an industrial scale appears quite problematic, however, this issue can hardly be considered significant \u2014 primarily, our main goal is to draw attention to the development of such communication systems.<\/p>\n<p>We tend to believe that increasing overall interest in the development of various communication systems is necessary and quite important, as understanding the fundamental principles of how these systems work and what they are based on is the key to raising public awareness on information security.<\/p>\n<p><img decoding=\"async\" alt=\"Telegraph - email without the internet\" src=\"\/wp-content\/uploads\/2019\/03\/79262eb85572ea66f030aeb2fe21e92b.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\n<b class=\"spoiler_title\">Attention!<\/b>To avoid possible misunderstandings \u2014 in some cases, images can be scrolled:<br \/>\n<img decoding=\"async\" alt=\"Telegraph - email without the internet\" src=\"\/wp-content\/uploads\/2019\/03\/4fb1f84ae45bb8151f4ff8db1ac77859.png\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nThe system operates on a voluntary basis and pure enthusiasm \u2014 we simply enjoy what we do. You could consider this a hobby and you would not be wrong \u2014 as there are still enthusiasts of communication through paper correspondence; Telegraph can be viewed mostly as a digital realization of the principles of traditional mail.<\/p>\n<p>Telegraph is an offline equivalent of email that allows the transmission of simple text messages without using the internet. Telegraph can be somewhat related to <noindex><a rel=\"nofollow\" href=\"https:\/\/en.wikipedia.org\/wiki\/Sneakernet\">Sneakernet<\/a><\/noindex> \u2014 a method for exchanging information without using a network.<\/p>\n<p>Flash drives are used as mailboxes, while terminals \u2014 computers, act as postal offices, serving as access points for receiving and sending electronic correspondence.<\/p>\n<p>Let's consider a simple example of interaction with the system. We have two flash drives and one terminal available. The script contains the necessary global variables for subsequent interaction with the system \u2014 terminal number, path to the root, and so on.<\/p>\n<p>If we connect a removable storage device to the terminal and run the script, it will attempt to retrieve outgoing messages from the directory <b>\/mnt\/Telegraph\/Outbox<\/b> and transfer them to its memory, after which it will check for the presence of new messages in its memory for the current user. If there are any \u2014 it will write them to <b>\/mnt\/Telegraph\/Inbox<\/b>.<\/p>\n<h2>Registration of new devices<\/h2>\n<p>\noccurs in a rather mundane manner. The script finds new flash drives connected to the system and attempts to match their unique identifiers with those presented at the root. If the devices have not been registered before, they will be formatted according to the rules stated by the 'Telegraph.'<\/p>\n<p>After registering a new device, the root structure takes the following form:<\/p>\n<blockquote class=\"imgur-embed-pub\" lang=\"en\" data-id=\"a\/ZP4vin1\"><p><noindex><a rel=\"nofollow\" href=\"https:\/\/imgur.com\/a\/ZP4vin1\">View post on imgur.com<\/a><\/noindex><\/p><\/blockquote>\n<p>\nIn the configuration file <b>config.ini<\/b>, located at the root of the flash drive, there is system information \u2014 a unique identifier and a secret key.<\/p>\n<blockquote class=\"imgur-embed-pub\" lang=\"en\" data-id=\"a\/cpgh9yV\"><p><noindex><a rel=\"nofollow\" href=\"https:\/\/imgur.com\/a\/cpgh9yV\">View post on imgur.com<\/a><\/noindex><\/p><\/blockquote>\n<p><\/p>\n<h2>Give people rum!<\/h2>\n<p>\nReally, I'm serious! The source code can be obtained <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/telegraph-org\/telegraph\">here<\/a><\/noindex>, and it's about time we moved from theory to practice.<\/p>\n<p>But I must say a few more words about how the messaging system works in practice.<\/p>\n<p>First, let's analyze what a twelve-digit unique identifier consists of. For example, <b>10455000001<\/b>.<\/p>\n<p>The first digit, <b>1<\/b>, represents the country code. The international code \u2014 <b>0<\/b>, in this case Russia \u2014 is <b>1<\/b>.<\/p>\n<p>Next are four digits representing the region number where the terminal is located. <b>0455<\/b> \u2014 this is the Kolomna urban district.<\/p>\n<p>Following them are two digits, \u2014 <b>00<\/b>, \u2014 which correspond directly to the terminal number.<\/p>\n<p>And then there are four digits that represent the sequential number of the user assigned to this terminal. For us, this is \u2014 <b>0001<\/b>. There is also a <b>0000<\/b> \u2014 this number belongs directly to the terminal itself. It cannot receive written correspondence, but the terminal uses this number to send administrative messages to users. For example, if a message could not be delivered for any reason.<\/p>\n<blockquote class=\"imgur-embed-pub\" lang=\"en\" data-id=\"a\/EPViUuK\"><p><noindex><a rel=\"nofollow\" href=\"https:\/\/imgur.com\/a\/EPViUuK\">View post on imgur.com<\/a><\/noindex><\/p><\/blockquote>\n<p>\nAt the root of our 'mailbox' are two directories needed to send and receive text messages. When a device is connected to the terminal, outgoing messages are dispatched from the 'Outbox' directory to the server, and incoming messages are logically loaded into the 'Inbox' directory.<\/p>\n<p>Each file is named according to the recipient's or sender's number, depending on the directory.<\/p>\n<p>If we attempt to send a message to a non-existent address, the terminal will send us an error message.<\/p>\n<blockquote class=\"imgur-embed-pub\" lang=\"en\" data-id=\"a\/QqJGcGI\"><p><noindex><a rel=\"nofollow\" href=\"https:\/\/imgur.com\/a\/QqJGcGI\">View post on imgur.com<\/a><\/noindex><\/p><\/blockquote>\n<p>\nHowever, if we decide to send a letter to a recipient on another terminal (regardless of whether that terminal exists or not), it will be recorded in the terminal's memory until the agent transfers the written correspondence from our terminal to theirs.<\/p>\n<blockquote class=\"imgur-embed-pub\" lang=\"en\" data-id=\"a\/oX3JNMl\"><p><noindex><a rel=\"nofollow\" href=\"https:\/\/imgur.com\/a\/oX3JNMl\">View post on imgur.com<\/a><\/noindex><\/p><\/blockquote>\n<p>\nWhen the branch agent <b>10500000000<\/b> (in other words \u2014 the postman) connects their device to our terminal, the outgoing letters will be sent to their storage. Later, when they connect their device to their terminal, these letters will be dropped into the terminal\u2019s memory and will wait for the recipient to download them to their flash drive.<\/p>\n<h2>Communication session<\/h2>\n<p>\nLet\u2019s try to send a message with the text 'Hello!' from <b>10455000001<\/b> to <b>10455000002<\/b>.<\/p>\n<blockquote class=\"imgur-embed-pub\" lang=\"en\" data-id=\"a\/VkWqn64\"><p><noindex><a rel=\"nofollow\" href=\"https:\/\/imgur.com\/a\/VkWqn64\">View post on imgur.com<\/a><\/noindex><\/p><\/blockquote>\n<p><\/p>\n<h2>That\u2019s all!<\/h2>\n<p>\nI welcome any criticism regarding the project's source code and the article itself.<\/p>\n<p>Thank you for your attention.<\/p>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/444236\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c! \u041c\u043d\u0435 \u0431\u044b \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c\u0438 \u043c\u044b\u0441\u043b\u044f\u043c\u0438 \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e\u0439 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0440\u043e\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435 \u0440\u0430\u0431\u043e\u0442\u0443 \u043e\u0434\u043d\u043e\u0439 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438. \u0418\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u00ab\u0422\u0435\u043b\u0435\u0433\u0440\u0430\u0444\u00bb \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u043b\u0441\u044f \u043a\u0430\u043a \u043b\u044e\u0431\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e \u0441\u0432\u044f\u0437\u0438 \u043c\u0435\u0436\u0434\u0443 \u0447\u043b\u0435\u043d\u0430\u043c\u0438 \u043d\u0430\u0448\u0435\u0433\u043e \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u0441\u0442\u0443\u0434\u0435\u043d\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430, \u0442\u0430\u043a \u0438\u043b\u0438 \u0438\u043d\u0430\u0447\u0435 \u0441\u0432\u043e\u044e \u0434\u0435\u044f\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u0441\u0432\u044f\u0442\u0438\u0432\u0448\u0435\u0433\u043e \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0442\u0435\u0445\u043d\u0438\u043a\u0435 \u0438 \u043a\u043e\u043c\u043c\u0443\u043d\u0438\u043a\u0430\u0446\u0438\u044f\u043c. Nota Bene: \u00ab\u0422\u0435\u043b\u0435\u0433\u0440\u0430\u0444\u00bb \u2014 \u043b\u044e\u0431\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e \u043a\u043e\u043c\u043c\u0443\u043d\u0438\u043a\u0430\u0446\u0438\u0438; [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-42225","post","type-post","status-publish","format-standard","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c! \u041c\u043d\u0435 \u0431\u044b \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c\u0438 \u043c\u044b\u0441\u043b\u044f\u043c\u0438 \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e\u0439 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0440\u043e\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435 \u0440\u0430\u0431\u043e\u0442\u0443 \u043e\u0434\u043d\u043e\u0439 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/telegraf-elektronnaya-pochta-bez-interneta\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u00ab\u0422\u0435\u043b\u0435\u0433\u0440\u0430\u0444\u00bb \u2014 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 \u0431\u0435\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c! \u041c\u043d\u0435 \u0431\u044b \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c\u0438 \u043c\u044b\u0441\u043b\u044f\u043c\u0438 \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e\u0439 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0440\u043e\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435 \u0440\u0430\u0431\u043e\u0442\u0443 \u043e\u0434\u043d\u043e\u0439 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/telegraf-elektronnaya-pochta-bez-interneta\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-03-17T21:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-02-18T10:45:03+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47'Telegraph' \u2014 email without the internet | ProHoster","description":"Good day! I would like to share some interesting thoughts with the community about creating autonomous decentralized email and demonstrate the operation of an already existing system in practice.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/telegraf-elektronnaya-pochta-bez-interneta","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u00ab\u0422\u0435\u043b\u0435\u0433\u0440\u0430\u0444\u00bb \u2014 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 \u0431\u0435\u0437 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430 | ProHoster","og:description":"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c! \u041c\u043d\u0435 \u0431\u044b \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c\u0438 \u043c\u044b\u0441\u043b\u044f\u043c\u0438 \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e\u0439 \u0434\u0435\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0440\u043e\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435 \u0440\u0430\u0431\u043e\u0442\u0443 \u043e\u0434\u043d\u043e\u0439 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/telegraf-elektronnaya-pochta-bez-interneta","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-03-17T21:00:00+00:00","article:modified_time":"2020-02-18T10:45:03+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"42225","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-22 07:42:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 00:04:28","updated":"2026-01-22 07:42:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/42225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=42225"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/42225\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=42225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=42225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=42225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}