{"id":32339,"date":"2019-10-31T21:46:25","date_gmt":"2019-10-31T18:46:25","guid":{"rendered":"https:\/\/prohoster.info\/blog\/vypusk-openbsd-6-5\/"},"modified":"2019-10-31T21:46:25","modified_gmt":"2019-10-31T18:46:25","slug":"vypusk-openbsd-6-5","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-5","title":{"rendered":"Release of OpenBSD 6.5","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><noindex><a rel=\"nofollow\" href=\"https:\/\/marc.info\/?l=openbsd-announce&#038;m=155611207805565&#038;w=2\">Came to light<\/a><\/noindex> the release of a free, cross-platform UNIX-like operating system <noindex><a rel=\"nofollow\" href=\"http:\/\/www.openbsd.org\/63.html\">OpenBSD 6.5<\/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> 13 hardware platforms), standardization, reliability, active security, and integrated cryptographic tools. The size of the full installation <noindex><a rel=\"nofollow\" href=\"http:\/\/ftp.eu.openbsd.org\/pub\/OpenBSD\/6.5\/\">ISO image<\/a><\/noindex> the base system of OpenBSD 6.5 is 407 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>tmux<\/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>Among the most notable changes: a portable version of bgpd has been introduced, adapted for use on other operating systems, root privileges have been eliminated from the use of Xenocara and tcpdump, the LDD linker has been enabled by default for amd64 and i386, support for MPLS has been significantly improved, protection against exploits using return-oriented programming (ROP) has been enhanced, a simple recursive DNS server unwind has been added, an undefined behavior detector has been integrated into the kernel, and a custom implementation of the rsync utility has been introduced.<\/p>\n<p>Key <noindex><a rel=\"nofollow\" href=\"http:\/\/www.openbsd.org\/65.html\">improvements<\/a><\/noindex>: <\/p>\n<ul>\n<li class=\"l\"> When building for the amd64 and i386 architectures, the LDD linker, developed by the LLVM project, is enabled by default. Support for building using Clang has been added for the mips64 architecture;\n<li class=\"l\"> New drivers pvclock for the KVM paravirtualized timer and ixl for Intel Ethernet 700 have been introduced. The uaudio driver has been replaced with a new implementation supporting USB Audio 2.0.\n<li class=\"l\"> The operation of the wireless device drivers bwfm, iwn, iwm, and athn has been improved. The wireless stack has added support for RTM_80211INFO messages to provide detailed information about the interface status to the dhclient and route commands. The default behavior when connecting to wireless networks has changed \u2014 when an auto-connect list is configured, OpenBSD will no longer connect to unknown open networks (to revert to the previous behavior, an empty network can be added to the list);\n<li class=\"l\"> In the networking stack, new pseudo-device drivers bpe (Backbone Provider Edge) and mpip (MPLS IP layer 2) have been introduced. Additional support for configuring alternative routing domains has been added for MPLS interfaces. The vlan driver now operates bypassing queue processing, outputting directly to the parent network interface. The txprio mode has been added to ifconfig for managing priority encoding in the headers of tunneled packets (supported for vlan, gre, gif, and etherip drivers);\n<li class=\"l\"> In the bpf filter implementation, the ability to apply the drop mechanism without capturing packets has been introduced. This functionality is utilized in tcpdump for filtering packets at the initial stage of their reception by the device;\n<li class=\"l\"> The installer now supports <noindex><a rel=\"nofollow\" href=\"https:\/\/man.openbsd.org\/rdsetroot.8\">rdsetroot<\/a><\/noindex> to add a disk image to the RAMDISK of the kernel. Some components from older releases have been removed during the system update process;\n<li class=\"l\"> Improved system call <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=49042\">unveil<\/a><\/noindex>, which provides isolation of access to the file system. The new version adds the ability to determine matches relative to the working directory of the current process when parsing relative paths. The use of stat and access for restricted components of file paths is prohibited. Applications ospfd, ospf6d, rebound, getconf, kvm_mkdb, bdftopcf, Xserver, passwd, spamlogd, spamd, sensorsd, snmpd, htpasswd, and ifstated have been secured using unveil;\n<li class=\"l\"> In Clang, tools for blocking the application of return-oriented programming (ROP) techniques have been improved, significantly reducing the number of polymorphic gadgets found in resulting executable files for i386 and amd64 architectures;\n<li class=\"l\"> In Clang, performance and security have been enhanced with the application of<br \/>\nprotection mechanism <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=48730\">RETGUARD<\/a><\/noindex>, aimed at complicating the execution of exploits built using code reuse and return-oriented programming techniques. To accelerate operations, data is stored in registers whenever possible instead of the stack, and the processor cache is used more efficiently during returns. RETGUARD is now also used instead of traditional stack protection on amd64 and arm64 systems;<\/p>\n<li class=\"l\"> Utilities related to the network stack have been improved: MPLS packet filtering support has been added to pcap-filter. Routing priority configuration has been added in ospfd, ospf6d, and ripd. In<br \/>\n        ripd, protection has been added based on the <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=43295\">pledge<\/a><\/noindex>mechanism. The ifconfig tool has introduced sff and sffdump modes for obtaining diagnostic information from optical transmitters;<\/p>\n<li class=\"l\"> The first release of the new resolver has been introduced, processing recursive DNS queries and accepting connections only on the interface 127.0.0.1. <noindex><a rel=\"nofollow\" href=\"https:\/\/man.openbsd.org\/unwind.8\">unwind<\/a><\/noindex>, handling recursive DNS requests and accepting connections only on the interface 127.0.0.1.<br \/>\nUnwind is designed for use on client systems, such as laptops, moving between different wireless networks. If DNS traffic blocking is detected in the local network, unwind switches to using the recursively queried DNS server address passed via DHCP but continues to periodically attempt to resolve on its own and returns to self-resolution as soon as direct queries are successful.<\/p>\n<li class=\"l\"> Memory consumption in bgpd has been reduced, a simple rules optimizer has been added (merging filtering rules that differ only by filter sets), the BGP MPLS VPN configuration process has been modified, support for IPv6 BGP MPLS VPN has been added, functionality for 'as-override' to replace a neighbor's AS with the local AS in paths has been implemented, and the ability to match multiple communities in a single rule has been added. New matching attributes '*' , 'local-as', and 'neighbor-as' have been introduced, large rule sets have been enhanced, and new commands for managing groups of neighboring autonomous systems ('bgpctl neighbor group', 'bgpctl show neighbor group', 'bgpctl show rib neighbor group') have been added, along with the capability to add networks to BGP VPN tables in bgpctl. For the first time, a portable version of OpenBGPD-portable has been prepared, ready for operation in systems other than OpenBSD;\n<li class=\"l\"> An option has been added <noindex><a rel=\"nofollow\" href=\"https:\/\/man.openbsd.org\/kubsan.4\">kubsan<\/a><\/noindex> to identify cases of undefined behavior in the OpenBSD kernel.\n<li class=\"l\"> The tcpdump utility has been completely freed from the use of root privileges;\n<li class=\"l\"> malloc performance has been improved in multithreaded applications;\n<li class=\"l\"> A preliminary version of the program has been included <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50129\">OpenRSYNC<\/a><\/noindex> with its own implementation of the file synchronization utility rsync;\n<li class=\"l\"> The OpenSMTPD mail server version has been updated, with a new matching criterion 'from rdns' added to smtpd.conf, allowing selection of services based on reverse DNS resolution (determining the hostname from the IP). The ability to use regular expressions has been introduced when querying tables;\n<li class=\"l\"> The OpenSSH 8.0 package has been updated, and a detailed overview of the improvements can be viewed <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50533\">here<\/a><\/noindex>;\n<li class=\"l\"> The LibreSSL package has been updated, and a detailed overview of the improvements can be found in the release announcements. <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=49789\">2.9.0<\/a><\/noindex> and <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50552\">2.9.1<\/a><\/noindex>;\n<li class=\"l\"> Mandoc has significantly improved HTML output, enhanced table rendering, and a '-O' flag has been added to open the page with the definition of the specified term;\n<li class=\"l\"> The capabilities of the Xenocara graphics stack have been expanded: the X server no longer requires installation with the setuid flag to run. The Mesa driver for radeonsi has included support for hardware acceleration for Southern Islands (Radeon HD 7000) and Sea Islands (Radeon HD 8000) GPUs.\n<li class=\"l\"> Ports in C++ for architectures not supported in Clang have now been compiled using GCC from the ports. The number of ports for the AMD64 architecture was 10602, for aarch64 \u2014 9654, and for i386 \u2014 10535. Among the applications in the ports, the following have been noted:\n<ul>\n<li>        Asterisk 16.2.1\n<li>        Audacity 2.3.1\n<li>        CMake 3.10.2\n<li>        Chromium 73.0.3683.86\n<li>        FFmpeg 4.1.3\n<li>        GCC 4.9.4 and 8.3.0\n<li>        GNOME 3.30.2.1\n<li>        Go 1.12.1\n<li>        JDK 8u202 and 11.0.2+9-3\n<li>    \tLLVM\/Clang 7.0.1\n<li>        LibreOffice 6.2.2.2\n<li>        Lua 5.1.5, 5.2.4 and 5.3.5\n<li>        MariaDB 10.0.38\n<li>        Mono 5.18.1.0\n<li>        Mozilla Firefox 66.0.2 and ESR 60.6.1\n<li>        Mozilla Thunderbird 60.6.1\n<li>        Node.js 10.15.0\n<li>        OpenLDAP 2.3.43 and 2.4.47\n<li>        PHP 7.1.28, 7.2.17 and 7.3.4\n<li>        Postfix 3.3.3 and 3.4.20190106\n<li>        PostgreSQL 11.2\n<li>       Python 2.7.16 and 3.6.8\n<li>        R 3.5.3\n<li>        Ruby 2.4.6, 2.5.5 and 2.6.2\n<li>        Rust 1.33.0\n<li>        Sendmail 8.16.0.41\n<li>        SQLite3 3.27.2\n<li>        Suricata 4.1.3\n<li>        Tcl\/Tk 8.5.19 and 8.6.8\n<li>        TeX Live 2018\n<li>        Vim 8.1.1048 and Neovim 0.3.4\n<li>        Xfce 4.12\n<\/ul>\n<li class=\"l\"> Third-party components included in OpenBSD 6.5:\n<ul>\n<li class=\"l\"> The Xenocara graphics stack based on X.Org server 1.19.7 with patches, freetype 2.9.1, fontconfig 2.12.4, Mesa 18.3.5, xterm 344, xkeyboard-config 2.20;\n<li class=\"l\">        LLVM\/Clang 7.0.1 (with patches)\n<li class=\"l\">        GCC 4.2.1 (with patches) and 3.3.6 (with patches)\n<li class=\"l\">        Perl 5.28.1 (with patches)\n<li class=\"l\">        NSD 4.1.27\n<li class=\"l\">        Unbound 1.9.1\n<li class=\"l\">        Ncurses 5.7\n<li class=\"l\">        Binutils 2.17 (with patches)\n<li class=\"l\">        Gdb 6.3 (with patches)\n<li class=\"l\">        Awk Aug 10, 2011\n<li class=\"l\">        Expat 2.2.6\n<\/ul>\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=50569\">opennet.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0423\u0432\u0438\u0434\u0435\u043b \u0441\u0432\u0435\u0442 \u0440\u0435\u043b\u0438\u0437 \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.5. \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 [&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-32339","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0423\u0432\u0438\u0434\u0435\u043b \u0441\u0432\u0435\u0442 \u0440\u0435\u043b\u0438\u0437 \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-5\" \/>\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\u0412\u044b\u043f\u0443\u0441\u043a OpenBSD 6.5 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0423\u0432\u0438\u0434\u0435\u043b \u0441\u0432\u0435\u0442 \u0440\u0435\u043b\u0438\u0437 \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-5\" \/>\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-10-31T18:46:25+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:46:25+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\udd47Release of OpenBSD 6.5 | ProHoster","description":"The release of a free, cross-platform UNIX-like operating system has seen the light of day","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-5","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.5 | ProHoster","og:description":"\u0423\u0432\u0438\u0434\u0435\u043b \u0441\u0432\u0435\u0442 \u0440\u0435\u043b\u0438\u0437 \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-5","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-10-31T18:46:25+00:00","article:modified_time":"2019-10-31T18:46:25+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"32339","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-21 10:24:21","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 03:00:23","updated":"2026-01-21 10:24:21","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\/32339","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=32339"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/32339\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=32339"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=32339"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=32339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}