{"id":82190,"date":"2020-05-20T07:41:57","date_gmt":"2020-05-20T05:41:57","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-openbsd-6-7"},"modified":"2020-05-20T07:41:57","modified_gmt":"2020-05-20T05:41:57","slug":"vypusk-openbsd-6-7","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-7","title":{"rendered":"The release of OpenBSD 6.7","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><noindex><a rel=\"nofollow\" href=\"https:\/\/marc.info\/?l=openbsd-announce&#038;m=158989783626149&#038;w=2\">Introduced<\/a><\/noindex> release of a free cross-platform UNIX-like operating system <noindex><a rel=\"nofollow\" href=\"http:\/\/www.openbsd.org\/66.html\">OpenBSD 6.7<\/a><\/noindex>. The OpenBSD project was founded by Theo de Raadt in 1995 after <noindex><a rel=\"nofollow\" href=\"http:\/\/zeus.theos.com\/deraadt\/coremail.html\">a conflict<\/a><\/noindex> with the developers of NetBSD, which resulted in Theo being locked out of the NetBSD CVS repository. After that, Theo de Raadt and a group of like-minded individuals created a new open operating system based on the NetBSD source tree, with the main goals of portability (<noindex><a rel=\"nofollow\" href=\"http:\/\/www.openbsd.org\/plat.html\">is supported<\/a><\/noindex> 12 hardware platforms), standardization, proper operation, active security, and integrated cryptographic tools. The full installation size <noindex><a rel=\"nofollow\" href=\"http:\/\/ftp.eu.openbsd.org\/pub\/OpenBSD\/6.7\/\">ISO image<\/a><\/noindex> of the OpenBSD 6.7 base system is 470 MB. <\/p>\n<p>In addition to the operating system itself, the OpenBSD project is known for its components, which have been widely adopted in other systems and have proven to be among the most secure and high-quality solutions. Among them are: <noindex><a rel=\"nofollow\" href=\"http:\/\/www.libressl.org\/\">LibreSSL<\/a><\/noindex> (<noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=39617\">fork<\/a><\/noindex> OpenSSL), <noindex><a rel=\"nofollow\" href=\"http:\/\/www.openssh.com\/\">OpenSSH<\/a><\/noindex>, the packet filter <noindex><a rel=\"nofollow\" href=\"http:\/\/www.openbsd.org\/faq\/pf\/index.html\">PF<\/a><\/noindex>, routing daemons <noindex><a rel=\"nofollow\" href=\"http:\/\/www.openbgpd.org\/\">OpenBGPD and OpenOSPFD<\/a><\/noindex>, NTP server <noindex><a rel=\"nofollow\" href=\"http:\/\/www.openntpd.org\/\">OpenNTPD<\/a><\/noindex>, mail server <noindex><a rel=\"nofollow\" href=\"http:\/\/www.opensmtpd.org\/\">OpenSMTPD<\/a><\/noindex>, terminal multiplexer (analogous to GNU screen) <noindex><a rel=\"nofollow\" href=\"http:\/\/tmux.sourceforge.net\/\">tmux<\/a><\/noindex>, the daemon <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=36442\">identd<\/a><\/noindex> with the implementation of the IDENT protocol, BSDL is an alternative to the GNU groff package \u2014 <noindex><a rel=\"nofollow\" href=\"http:\/\/mdocml.bsd.lv\/\">mandoc<\/a><\/noindex>, a protocol for fault-tolerant systems CARP (Common Address Redundancy Protocol), lightweight <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=40232\">HTTP server<\/a><\/noindex>, file synchronization utility <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50129\">OpenRSYNC<\/a><\/noindex>.<\/p>\n<p>Key <noindex><a rel=\"nofollow\" href=\"http:\/\/www.openbsd.org\/67.html\">improvements<\/a><\/noindex>: <\/p>\n<ul>\n<li class=\"l\"> The FFS2 file system, which uses 64-bit timestamps and block numbers, is now enabled by default in new installations for almost all supported architectures instead of FFS (except for landisk, luna88k, and sgi).\n<li class=\"l\"> A new method for validating system call access has been added, further complicating the exploitation of vulnerabilities. This method allows system calls to be executed only if they are made from pre-registered memory regions. A new system call, msyscall(), has been proposed to mark memory areas and activate the protection.\n<li class=\"l\"> The number of partitions that can be created on a single disk has increased from 7 to 15.\n<li class=\"l\"> The option parsing code in cron has been rewritten to support getopt-like capabilities, such as &#171;-ns&#187; and the repeated specification of the same flags. The &#171;options&#187; field in crontab has been renamed to &#171;flags&#187;. The &#171;-s&#187; flag has been added to crontab, allowing only one instance of a job to run simultaneously. The &#171;~&#187; operator has been added to specify a random time value.\n<li class=\"l\"> In the cwm window manager, the ability to set the window size as a percentage of the primary window size in a tiled layout has been implemented.\n<li class=\"l\"> The default architecture for powerpc has switched to using Clang and a platform-independent implementation of mplock has been utilized.\n<li class=\"l\"> In apmd, improved support for automatic transitions to standby and sleep modes (-z\/-Z) \u2014 the daemon now responds to battery charge change messages sent by the power management driver. Transition to sleep occurs with a 60-second delay, giving the user time to regain control.\n<li class=\"l\"> The built-in HTTP server has added a configuration variable $REQUEST_SCHEME to preserve the original protocol (http or https) during redirection, as well as the &#171;strip&#187; option that allows the use of multiple chroot in \/var\/www for FastCGI servers.\n<li class=\"l\"> The top utility now supports scrolling using the 9 and 0 keys.\n<li class=\"l\"> A mechanism for freeing memory pages in reverse order has been introduced, significantly enhancing the efficiency of actively freeing a large number of pages.\n<li class=\"l\"> In the unbound DNS server, DNSSEC checking is enabled by default.\n<li class=\"l\"> System calls are freed from global blocking.<br \/>\n    __thrsleep(2), __thrwakeup(2), close(2), closefrom(2), dup(2), dup2(2), dup3(2), flock(2), fcntl(2), kqueue(2), pipe(2), pipe2(2), and nanosleep(2), as well as the basic part of ioctl(2).<\/p>\n<li class=\"l\"> Hardware support has been expanded. A new iwx driver for Intel AX200 wireless chips has been added, and support for Intel 9260 and 9560 devices has been added in the iwm driver. A rge driver for Realtek 8125 PCI Express 2.5Gb has been introduced. Many new drivers have been proposed to improve performance on arm64 and armv7 boards, including support for the Raspberry Pi 4 board and improved support for Raspberry Pi 2 and 3.\n<li class=\"l\"> The sndio audio subsystem has been expanded. The sioctl_open API and the sndioctl utility for managing sound via sndiod have been added. The \/dev\/mixer has been removed, and all ports have been transitioned to sndio instead of the kernel mixer interface. Hardware volume control mechanisms are utilized in sndiod. Access to \/dev\/audio* and \/dev\/rmidi* has been prohibited for regular users to enhance security.\n<li class=\"l\"> In the wireless stack, connections to any available Wi-Fi network that do not support encryption have been discontinued, except for explicit invocation of the command &#171;ifconfig join&#187;. Background scanning of available networks is ensured when the &#171;ifconfig scan&#187; command is executed by the root user. The cache of scan results has been increased. A flag &#171;nwflag nomimo&#187; has been added, which can be set via ifconfig to help eliminate packet loss in 11n mode when there are unconnected antenna ports on the device. Support for active scanning mode has been added for the bwfm driver. Improved automatic switching between wireless networks is achieved through lowering priority for networks that failed to connect.\n<li class=\"l\"> A new pppac driver has appeared in the network stack, which implements the PPP Access Concentrator interface. The npppd.conf settings have been transitioned to use pppac instead of tun. When packet forwarding is disabled, a check for destination address matching in the packet against the network interface address has been added. Support for mobileip has been removed.\n<li class=\"l\"> Users without root privileges are prohibited from using ioctl to change the network interface address and modify pppoe interface parameters.\n<li class=\"l\"> The sysupgrade feature has been enhanced to initiate firmware updates (fw_update) before rebooting ahead of the upgrade.\n<li class=\"l\"> The unveil system call has been improved, providing isolation of file system access. The number of applications from the base system protected using unveil has been increased to 82. This includes vmstat, iostat, and systat being transitioned to unveil.\n<li class=\"l\"> Support for RSA-PSS has been added in crypto(3).\n<li class=\"l\"> The DNS resolver unwinds added support for DoT (DNS over TLS). The command &#171;unwindctl status memory&#187; has been added.\n<li class=\"l\"> The implementation of ipsec has been significantly modernized. Support for automatic traffic switching between rdomain during encryption and decryption has been added to protect against side-channel attacks. In iked, support for changing rdomain has been added, and the option &#8216;rdomain&#8217; has been added to iked.conf.<br \/>\nFor iked and isakmpd, the default IPSEC_LEVEL_REQUIRE level is set, which prohibits the processing of unencrypted packets corresponding to the flow. The Diffie-Hellman group settings for IKE SA have been updated to include algorithms curve25519, ecp256, ecp384, ecp521, modp3072, and modp4096. In iked, the default authentication method has been changed to signature-based authentication (RFC 7427). ESN settings have been added in iked.conf. The option &#171;-p&#187; has been added to select a non-standard UDP port. <\/p>\n<li class=\"l\"> The capabilities of the terminal multiplexer tmux have been expanded with many new options added.\n<li class=\"l\"> The version of the OpenSMTPD mail server has been updated. The built-in filters now implement the keyword &#171;bypass&#187; to skip processing under specified conditions. The use of the current smtpd session username is allowed in filters. In smtpd.conf, mail-from and rctp-to parameters are now permitted.\n<li class=\"l\"> The OpenSSH 8.2 package has been updated, which now supports FIDO\/U2F two-factor authentication tokens. A detailed overview of the improvements can be seen. <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=52369\">here<\/a><\/noindex>.\n<li class=\"l\"> <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=52916\">The built-in translator has gained support for Basque and Galician languages.<\/a><\/noindex> The LibreSSL package has finalized the implementation of TLS 1.3 based on the new state machine and record processing subsystem. Currently, only the client side of TLS 1.3 is enabled by default, while the server side is planned to be activated by default in one of the future releases. A list of other changes can be found in the release announcements. <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=52700\">3.1.0<\/a><\/noindex> and <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=52916\">3.1.1<\/a><\/noindex>.\n<li class=\"l\"> The number of ports for the AMD64 architecture totaled 11268, for aarch64 \u2014 10848, and for i386 \u2014 10715. Third-party components included in OpenBSD 6.7 have been updated:\n<ul>\n<li class=\"l\"> The Xenocara graphics stack based on X.Org 7.7 with xserver 1.20.8 + patches, freetype 2.10.1, fontconfig 2.12.4, Mesa 19.2.8, xterm 351, xkeyboard-config 2.20;\n<\/li>\n<li class=\"l\">   LLVM\/Clang 8.0.1 (with patches)\n<\/li>\n<li class=\"l\">    GCC 4.2.1 (with patches) and 3.3.6 (with patches)\n<\/li>\n<li class=\"l\">   Perl 5.30.2 (with patches)\n<\/li>\n<li class=\"l\">    NSD 4.2.4\n<\/li>\n<li class=\"l\">   Unbound 1.10.0\n<\/li>\n<li class=\"l\">  Ncurses 5.7\n<\/li>\n<li class=\"l\">  Binutils 2.17 (with patches)\n<\/li>\n<li class=\"l\">    Gdb 6.3 (with patches)\n<\/li>\n<li class=\"l\">    Awk from December 20, 2012.\n<\/li>\n<li class=\"l\">    Expat 2.2.8\n<\/li>\n<\/ul>\n<p><noindex><a rel=\"nofollow\" name=\"link\"><\/a><\/noindex><\/p>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=52986\">opennet.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0439 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b OpenBSD 6.7. \u041f\u0440\u043e\u0435\u043a\u0442 OpenBSD \u0431\u044b\u043b \u043e\u0441\u043d\u043e\u0432\u0430\u043d \u0422\u044d\u043e \u0434\u0435 \u0420\u0430\u0430\u0434\u0442\u043e\u043c (Theo de Raadt) \u0432 1995 \u0433\u043e\u0434\u0443 \u043f\u043e\u0441\u043b\u0435 \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0430 \u0441 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c\u0438 NetBSD, \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0434\u043b\u044f \u0422\u044d\u043e \u0431\u044b\u043b \u0437\u0430\u043a\u0440\u044b\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a CVS \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044e NetBSD. \u041f\u043e\u0441\u043b\u0435 \u044d\u0442\u043e\u0433\u043e \u0422\u044d\u043e \u0434\u0435 \u0420\u0430\u0430\u0434\u0442 \u0441 \u0433\u0440\u0443\u043f\u043f\u043e\u0439 \u0435\u0434\u0438\u043d\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u043e\u0432 \u0441\u043e\u0437\u0434\u0430\u043b \u043d\u0430 \u0431\u0430\u0437\u0435 \u0434\u0435\u0440\u0435\u0432\u0430 \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0445 \u0442\u0435\u043a\u0441\u0442\u043e\u0432 NetBSD \u043d\u043e\u0432\u0443\u044e [&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":[702],"tags":[],"class_list":["post-82190","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0439 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b\" \/>\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\/news\/vypusk-openbsd-6-7\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\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\u0412\u044b\u043f\u0443\u0441\u043a OpenBSD 6.7 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0439 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-7\" \/>\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=\"2020-05-20T05:41:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-05-20T05:41:57+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\udd47OpenBSD 6.7 Release | ProHoster","description":"The release of the free cross-platform UNIX-like operating system has been presented.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-7","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\u0412\u044b\u043f\u0443\u0441\u043a OpenBSD 6.7 | ProHoster","og:description":"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0439 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-7","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":"2020-05-20T05:41:57+00:00","article:modified_time":"2020-05-20T05:41:57+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"82190","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":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 15:42:28","updated":"2022-10-01 20:45:58","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\/82190","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=82190"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/82190\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=82190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=82190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=82190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}