{"id":100073,"date":"2021-05-01T22:22:40","date_gmt":"2021-05-01T20:22:40","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-openbsd-6-9"},"modified":"2021-05-01T22:22:40","modified_gmt":"2021-05-01T20:22:40","slug":"vypusk-openbsd-6-9","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-9","title":{"rendered":"Release of OpenBSD 6.9.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of the free cross-platform UNIX-like operating system OpenBSD 6.9 has been announced. It is noted that this is the 50th release of the project, which will celebrate its 26th anniversary this year. The OpenBSD project was founded by Theo de Raadt in 1995 after a conflict with the NetBSD developers, which resulted in Theo being denied access to the CVS repository of NetBSD. Following this, Theo de Raadt and a group of like-minded individuals created a new open operating system based on the NetBSD source tree, with primary development goals of portability (supporting 13 hardware platforms), standardization, correctness, active security, and integrated cryptographic tools. The size of the full installation ISO image of the OpenBSD 6.9 base system is 544 MB.       <\/p>\n<p>In addition to the operating system itself, the OpenBSD project is known for its components, which have gained popularity in other systems and have established themselves as some of the safest and highest-quality solutions. Among them are: LibreSSL (a fork of OpenSSL), OpenSSH, the packet filter PF, the routing daemons OpenBGPD and OpenOSPFD, the NTP server OpenNTPD, the email server OpenSMTPD, the terminal multiplexer (similar to GNU screen) tmux, the identd daemon implementing the IDENT protocol, the BSDL alternative to the GNU groff package \u2014 mandoc, the protocol for organizing fault-tolerant systems CARP (Common Address Redundancy Protocol), and a lightweight HTTP server along with the OpenRSYNC file synchronization utility.          <\/p>\n<p>Key Improvements:   <\/p>\n<ul>\n<li class=\"l\"> The softraid driver has added a RAID1C mode with the implementation of software RAID1 with data encryption.\n<li class=\"l\"> The composition includes two new background processes \u2014 dhcpleased and resolvd, which work alongside slaacd and unwind for automatic network interface configuration and DNS name resolution. The dhcpleased implements the DHCP protocol for obtaining IP addresses, while resolvd manages the contents of resolv.conf based on data from name servers provided by dhcpleased, slaacd, and drivers like umb.\n<li class=\"l\"> Initial support for Apple devices with the M1 processor has been added. This includes recognition of the Apple Icestorm\/Firestorm arm64 cores and support for the BCM4378 wireless chips used in the Apple M1 SoC.\n<li class=\"l\"> Support for the powerpc64 platform has been improved, developed for 64-bit systems based on POWER8 and POWER9 processors. Compared to the previous release, support for the RETGUARD protection mechanism has been implemented for powerpc64, an astfb driver has been added for the Aspeed BMC framebuffer, issues with radeondrm and amdgpu drivers on AMD GPU systems have been resolved, network boot capability has been added to the kernel builds for ram disks, support for CPU POWER9 power-saving modes has been provided, support for exceptions generated during floating-point operations has been added, and IPMI support for PowerNV systems has been implemented.\n<li class=\"l\"> Support for ARM64 platforms has been provided for CPU Cortex-A78AE, Cortex-X1, and Neoverse V1, with optimized ARM64 versions of copyin, copyout, and kcopy calls implemented, a cryptox driver added for ARMv8 crypto extensions support, and a smmu driver for RM System MMU with Guard Page support. Improved support for Raspberry Pi, Rock Pi N10, NanoPi, and Pinebook Pro devices.\n<li class=\"l\"> The video driver has been updated with the sysctl parameter kern.video.record, which, like kern.audio.record, controls the inclusion of an empty image output when attempting to capture video (for capture resolution, the value must be set to 1). Processes are now allowed to open the video device multiple times (resolving issues with using webcams in Firefox and BigBlueButton).\n<li class=\"l\"> Tracing points for malloc and free calls have been added, allowing memory allocation activity to be monitored using dt and btrace. The btrace has introduced the '\u2013n' option for parsing a program without performing any actions.\n<li class=\"l\"> Support for multiprocessor systems (SMP) has been enhanced. The implementation of UNIX sockets has been removed from the global kernel lock, a common mutex has been added for serializing operations with msgbuf, the uvm_pagealloc call has been made mp-safe, and getppid and sendsyslog calls have been freed from locks.\n<li class=\"l\"> Issues in the DRM (Direct Rendering Manager) components have been fixed, including crashes in the radeondrm driver on Powerbook5\/6 and RV350 systems. DRI3 support has been established in the amdgpu and ati drivers, and device creation in the \/dev\/dri\/ directory has been implemented for Linux compatibility.\n<li class=\"l\"> Improvements have been made to the VMM hypervisor. The backend for managing virtual machines, vmd, now supports booting from compressed RAM disks.\n<li class=\"l\"> Enhancements have been made to the audio subsystem. It is now possible to dedicate sndio sound devices solely for playback or recording. The sndiod now features an eighth-order finite impulse response (FIR) low-pass filter, which has eliminated noise caused by spectrum overlap during resampling. By default, the automatic volume reduction function when a new program starts playback (autovolume) is disabled, with the default volume level set to 127. Mixing sound from alternative devices with differing levels of supported functionality in sndiod has been enabled.\n<li class=\"l\"> The LLDB debugger build and installation is enabled by default.\n<li class=\"l\"> Support for the logger handler has been added to rcctl, rc.subr, and rc.d, allowing for organizing log output from background processes sending data to stdout\/stderr.\n<li class=\"l\"> Touchpads now allow button layout configuration via wsconsctl. Concurrent touch handling has been improved in wscons.\n<li class=\"l\"> APM support for obtaining power consumption and battery charge data has been implemented for ARM64 devices. An unveil call is used to restrict the apmd process's access to the filesystem.\n<li class=\"l\"> Hardware support has been expanded. New drivers acpige (for handling ACPI events like power button presses), pchgpio (for GPIO controllers found in modern Intel PCH), ujoy (for game controllers), and uhidpp (for Logitech HID++ devices) have been added. Support for AMD Vi and Intel VTD IOMMU extensions for isolating PCI devices and blocking improper memory access has also been added. Support for Lynloong LM9002\/9003 and LM9013 computers has been introduced. ACPI support has been added to the pcamux and imxiic drivers.\n<li class=\"l\"> Network adapter support has been improved: mvpp (SFP+ and 10G for Marvel Armada Ethernet), mvneta (1000base-x and 2500base-x), mvsw (Marvel SOHO switches), rge (Wake on LAN support), Netgear ProSecure UTM25. For wireless drivers iwm, iwn, and athn, RA (802.11n Tx Rate Adaptation) support has been added. The wireless stack has been set up for automatic mode selection 11a\/b\/g\/n\/ac when using a network interface as an access point.\n<li class=\"l\"> A veb (Virtual Ethernet Bridge) driver has been implemented in the network stack. Monitoring mode is now supported, where incoming packets on the network interface are not passed to the network stack for processing, but traffic analysis mechanisms such as BPF can be applied to them. A new type of network interface \u2014 etherbridge \u2014 has been added. The ability (route sourceaddr command) to override the source has been provided. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/lir\/ipv4\/\"   title=\"an IP address\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"681\">an IP address<\/a> Automatic activation of network interfaces is provided when entering autoconfiguration mode (AUTOCONF4 and AUTOCONF6).\n<li class=\"l\"> The installer now provides a compressed ramdisk image (bsd.rd) on all platforms that support such booting.\n<li class=\"l\"> A syslog warning for the use of the '%n' string formatting substitution in printf has been implemented.\n<li class=\"l\"> Support for the RTR (Resource Public Key Infrastructure (RPKI) to Router Protocol) has been added to the OpenBGPD routing daemon. A command 'bgpctl show rtr' has been added to display essential information about RTR sessions.\n<li class=\"l\"> The code for ospfd and ospf6d has been restructured to unify it with other routing daemons and simplify maintenance. Support for point-to-point network interfaces has been established.\n<li class=\"l\"> New options 'location (found|notfound)' have been implemented in the built-in HTTP server httpd to check for resource existence.\n<li class=\"l\"> The rpki-client utility has added support for the RRDP (The RPKI Repository Delta Protocol, RFC 8182). It is now possible to specify more than one URI in the TAL file.\n<li class=\"l\"> The dig utility has implemented support for RFC 8914 (Extended DNS Error) and RFC 8976 (ZONEMD).\n<li class=\"l\"> In dhclient, the ability to specify options in hostname.if files using 'dhcp' strings has been added.\n<li class=\"l\"> The snmpd daemon has provided full support for transforming Trapv1 into Trapv2 (RFC 3584). New keywords read, write, and notify have been added to snmpd.conf. The snmp utility has implemented support for SMI enumerations.\n<li class=\"l\"> The unwind DNS resolver has added support for DNS64 and the acceptance of connections over TCP port.\n<li class=\"l\"> The ftp utility has added support for permanent redirections (RFC 7538) and the ability to send the If-Modified-Since header when making HTTP\/HTTPS requests.\n<li class=\"l\"> In OpenSMTPD, the '-a' option has been added to perform authentication before sending a message. Encryption tools have been transitioned to use the libtls library. In listening sockets for TLS, the capability to configure multiple certificates based on the name has been implemented. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/domain\/\"   title=\"domain\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"4139\">domain<\/a> (SNI).\n<li class=\"l\"> Support for the DTLSv1.2 protocol has been added to LibreSSL. It has become possible to build only libtls ('--enable-libtls-only') without libcrypto and libssl.\n<li class=\"l\"> The OpenSSH package has been updated. A detailed overview of the improvements can be found here: OpenSSH 8.5, OpenSSH 8.6.\n<li class=\"l\"> The number of ports for the AMD64 architecture reached 11310, for aarch64 \u2014 10943, for i386 \u2014 10468. Among the application versions in the ports: Xfce 4.16, Asterisk 18.3.0, Chromium 90.0.4430.72, FFmpeg 4.3.2, GCC 8.4.0, GNOME 3.38, Go 1.16.2, KDE Applications 20.12.3, Krita 4.4.3, LLVM\/Clang 10.0.1, LibreOffice 7.0.5.2, Lua 5.3.6, MariaDB 10.5.9, Firefox 88.0 and ESR 78.10.0, Thunderbird 78.10.0, Node.js 12.16.1, PHP 8.0.3, Postfix 3.5.10, PostgreSQL 13.2, Python 3.9.2, Ruby 3.0.1, Rust 1.51.0.\n<p>Third-party components included in OpenBSD 6.9 have been updated:  <\/p>\n<ul>\n<li class=\"l\"> The graphical stack Xenocara based on X.Org 7.7 with xserver 1.20.10 + patches, freetype 2.10.4, fontconfig 2.12.4, Mesa 20.0.8, xterm 367, xkeyboard-config 2.20, fonttosfnt 1.2.1.\n<li class=\"l\">    LLVM\/Clang 10.0.1 (+ patches)\n<li class=\"l\">    GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)\n<li class=\"l\">    Perl 5.32.1 (+ patches)\n<li class=\"l\">    NSD 4.3.6\n<li class=\"l\">    Unbound 1.13.1\n<li class=\"l\">    Ncurses 5.7\n<li class=\"l\">    Binutils 2.17 (+ patches)\n<li class=\"l\">  Gdb 6.3 (+ patch)\n<li class=\"l\">  Awk 18.12.2020\n<li class=\"l\">  Expat 2.2.10   <\/ul>\n<\/ul>\n<p>The release of OpenBSD 6.9 coincides with the new song \"Vetera Novis.\"<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=55060\">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.9. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e 50 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u0432 \u044d\u0442\u043e\u043c \u0433\u043e\u0434\u0443 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f 26 \u043b\u0435\u0442. \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 [&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-100073","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 OpenBSD 6.9. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e 50 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u0432 \u044d\u0442\u043e\u043c \u0433\u043e\u0434\u0443 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f 26 \u043b\u0435\u0442.\" \/>\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-9\" \/>\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.9 | 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 OpenBSD 6.9. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e 50 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u0432 \u044d\u0442\u043e\u043c \u0433\u043e\u0434\u0443 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f 26 \u043b\u0435\u0442.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-9\" \/>\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=\"2021-05-01T20:22:40+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-05-01T20:22:40+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.9 Release | ProHoster","description":"The release of the free cross-platform UNIX-like operating system OpenBSD 6.9 has been unveiled. This marks the 50th release of the project, which turns 26 this year.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-9","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.9 | 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 OpenBSD 6.9. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e 50 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u0432 \u044d\u0442\u043e\u043c \u0433\u043e\u0434\u0443 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f 26 \u043b\u0435\u0442.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-6-9","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":"2021-05-01T20:22:40+00:00","article:modified_time":"2021-05-01T20:22:40+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"100073","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-05-01 20:31:27","updated":"2026-03-05 11:12:24","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\/100073","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=100073"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/100073\/revisions"}],"predecessor-version":[{"id":163242,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/100073\/revisions\/163242"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=100073"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=100073"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=100073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}