{"id":31439,"date":"2019-10-31T21:41:16","date_gmt":"2019-10-31T18:41:16","guid":{"rendered":"https:\/\/prohoster.info\/blog\/vypusk-sistemnogo-menedzhera-systemd-242\/"},"modified":"2019-10-31T21:41:16","modified_gmt":"2019-10-31T18:41:16","slug":"vypusk-sistemnogo-menedzhera-systemd-242","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-sistemnogo-menedzhera-systemd-242","title":{"rendered":"Release of system manager systemd 242","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After two months of development, the release of the system manager systemd 242 has been presented. Notable new features include support for L2TP tunnels, the ability to manage the behavior of systemd-logind during a restart via environment variables, support for extended boot partitions XBOOTLDR for mounting \/boot, and the possibility of booting with the root partition in overlayfs, as well as a large number of new settings for different unit types.<\/p>\n<p>Key Changes: <\/p>\n<ul>\n<li class=\"l\"> systemd-networkd now provides support for L2TP tunnels;\n<li class=\"l\"> In sd-boot and bootctl, support for XBOOTLDR (Extended Boot Loader) partitions, intended for mounting in \/boot, has been implemented, in addition to ESP partitions mounted in \/efi or \/boot\/efi. Kernels, settings, initrd images, and EFI can now be loaded from both ESP partitions and XBOOTLDR partitions. This change allows sd-boot to be used in more conservative scenarios where the bootloader itself is located in ESP, and the loaded kernels and their associated metadata are placed in a separate partition;\n<li class=\"l\"> The ability to load the option &#171;systemd.volatile=overlay&#187; has been added, allowing the root filesystem to be placed in overlayfs and enabling operation over a read-only root image with changes recorded in a separate tmpfs directory (changes in this configuration are lost after a reboot). Similarly, an option &#171;&#8212;volatile=overlay&#187; has been added in systemd-nspawn to utilize similar functionality in containers;\n<li class=\"l\"> In systemd-nspawn, the option &#171;&#8212;oci-bundle&#187; has been added, allowing the use of runtime sets to ensure isolated container startups that meet the Open Container Initiative (OCI) specification requirements. Support for various options described in the OCI specification has been proposed for use in the command line and nspawn units, for example, the &#171;&#8212;inaccessible&#187; and &#171;Inaccessible&#187; settings can be used to exclude parts of the filesystem, while the &#171;&#8212;console&#187; and &#171;&#8212;pipe&#187; options have been added for configuring standard output streams;\n<li class=\"l\"> The ability to manage the behavior of systemd-logind via environment variables has been added: $SYSTEMD_REBOOT_TO_FIRMWARE_SETUP,<br \/>\n          $SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU and<br \/>\n          $SYSTEMD_REBOOT_TO_BOOT_LOADER_ENTRY. These variables allow you to plug in your own reboot process handlers (\/run\/systemd\/reboot-to-firmware-setup, \/run\/systemd\/reboot-to-boot-loader-menu and<br \/>\n          \/run\/systemd\/reboot-to-boot-loader-entry) \u0438\u043b\u0438 \u0432\u043e\u043e\u0431\u0449\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0445 (\u043f\u0440\u0438 \u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432 false);<\/p>\n<li class=\"l\"> The &#171;systemctl reboot&#187; command has been enhanced with the options &#171;&#8212;boot-load-menu=&#187; and<br \/>\n          &#171;&#8212;boot-loader-entry=&#187;, allowing for the selection of a specific boot menu item or boot mode after reboot;<\/p>\n<li class=\"l\"> A new sandbox isolation command &#171;RestrictSUIDSGID=&#187; has been added, utilizing seccomp to prohibit the creation of files with SUID\/SGID flags;\n<li class=\"l\"> Default enforcement of the &#171;NoNewPrivileges&#187; and &#171;RestrictSUIDSGID&#187; restrictions has been ensured in services with enabled dynamic user ID generation mode (&#171;DynamicUser&#187;);\n<li class=\"l\"> The default setting in .link files for MACAddressPolicy=persistent has been adjusted to cover a larger number of devices. Network bridge interfaces, tunnels (tun, tap), and aggregated links (bond) do not identify themselves other than by the name of the network interface, so this name is now used as the basis for binding MAC and IPv4 addresses. Additionally, a &#171;MACAddressPolicy=random&#187; setting has been added, which can be used to bind MAC and IPv4 addresses to devices randomly;\n<li class=\"l\"> Unit files generated through systemd-fstab-generator with the extension \".device\" no longer include the corresponding \".mount\" units as dependencies in the \"Wants=\" section. Simply connecting a device no longer automatically triggers the unit for mounting, but such units can still be started for other reasons, such as being part of local-fs.target or as dependencies of other units dependent on local-fs.target;\n<li class=\"l\"> The commands \"networkctl list\/status\/lldp\" now support masks (\"*\" etc.) for filtering specific groups of network interfaces by part of their name;\n<li class=\"l\"> The environment variable $PIDFILE is now set using the absolute path configured in services via the \"PIDFile=\" parameter;\n<li class=\"l\"> Public DNS servers have been added to the backup DNS servers used if a primary DNS is not explicitly defined; <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/\"   title=\"servers\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1823\">servers<\/a>  Cloudflare (1.1.1.1). To override the list of backup DNS servers, the option \"-Ddns-servers=\" can be used;\n<li class=\"l\"> Upon detecting the presence of a USB device controller, the new usb-gadget.target handler is automatically started (when the system is running on a USB peripheral device);\n<li class=\"l\"> For unit files, the setting \"CPUQuotaPeriodSec=\" has been implemented, defining the time period against which the CPU time quota set via the \"CPUQuota=\" setting is measured;\n<li class=\"l\"> For unit files, the setting \"ProtectHostname=\" has been implemented, preventing services from changing the hostname information, even when they have the corresponding privileges;\n<li class=\"l\"> For unit files, the setting \"NetworkNamespacePath=\" has been implemented, allowing to bind a namespace to services or socket units by specifying the path to the namespace file in the pseudo-filesystem \/proc;\n<li class=\"l\"> An option to disable environment variable substitution for processes launched using the \"ExecStart=\" setting has been added through the addition of the symbol \":\" before the launch command;\n<li class=\"l\"> New flags \"OnClockChange=\" and<br \/>\n\"OnTimezoneChange=\" have been proposed for timers (.timer units), allowing control over the invocation of the unit when system time or timezone changes;<\/p>\n<li class=\"l\"> New settings \"ConditionMemory=\" and \"ConditionCPUs=\" have been added, defining conditions for invoking the unit based on memory size and the number of CPU cores (for example, a resource-intensive service can only be started if the required amount of RAM is available);\n<li class=\"l\"> A new unit time-set.target has been added, which takes the locally set system time without using synchronization with external time servers through the unit time-sync.target. This new unit can be used by services that only require the accuracy of unsynchronized local clocks;\n<li class=\"l\"> The option \"--show-transaction\" has been added to \"systemctl start\" and similar commands, which, when specified, displays a summary of all tasks added to the queue due to the requested operation;\n<li class=\"l\"> In systemd-networkd, a new state 'enslaved' has been implemented, replacing 'degraded' or 'carrier' for network interfaces that are part of aggregated links or network bridges. For primary interfaces, a 'degraded-carrier' state has been added in case of issues with one of the component links;\n<li class=\"l\"> An option 'IgnoreCarrierLoss=' has been added to .network units to preserve network settings in case of a link disruption;\n<li class=\"l\"> Through the 'RequiredForOnline=' setting in .network units, it is now possible to specify the minimum acceptable link state required to transition the network interface to 'online' and to trigger the systemd-networkd-wait-online handler;\n<li class=\"l\"> An option '--any' has been added to systemd-networkd-wait-online to wait for the readiness of any of the specified network interfaces instead of all, as well as the option '--operational-state=' to define the link state indicating readiness;\n<li class=\"l\"> The .network units have added settings 'UseAutonomousPrefix=' and 'UseOnLinkPrefix=', which can be used to ignore prefixes when receiving;<br \/>\nannouncements from the IPv6 router (RA, Router Advertisement);<\/p>\n<li class=\"l\"> The .network units have added settings 'MulticastFlood=', 'NeighborSuppression=', and 'Learning=' to change the operational parameters of the network bridge, as well as the 'TripleSampling=' setting to modify the TRIPLE-SAMPLING mode of virtual CAN interfaces;\n<li class=\"l\"> The .netdev units have added settings 'PrivateKeyFile=' and 'PresharedKeyFile=', which allow specifying private and pre-shared keys (PSK) for WireGuard interfaces; <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/vpn\/\"   title=\"VPN\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"31\">VPN<\/a>;\n<li class=\"l\"> In systemd-tmpfiles, the handling of the lock file has been ensured before performing operations in directories with temporary files, allowing the cleaning of obsolete files to be temporarily disabled (for example, unpacking a tar archive in \/tmp may reveal very old files that cannot be deleted until the actions with them are completed);\n<li class=\"l\"> In the command \"systemd-analyze cat-config\", the ability to analyze configuration split across multiple files has been provided, such as user and system presets, the contents of tmpfiles.d and sysusers.d, udev rules, etc.\n<li class=\"l\"> The command 'systemd-analyze cat-config' now allows for analysis of configuration spread across multiple files, such as user and system presets, tmpfiles.d and sysusers.d contents, udev rules, etc.;\n<li class=\"l\"> An option '--cursor-file=' has been added to 'journalctl' to specify a file for loading and saving the position cursor;\n<li class=\"l\"> In systemd-detect-virt, the ACRN hypervisor and WSL (Windows Subsystem for Linux) subsystem have been added for subsequent branching using the conditional operator 'ConditionVirtualization';\n<li class=\"l\"> During the installation of systemd (when executing 'ninja install'), the creation of symbolic links to files systemd-networkd.service, systemd-networkd.socket in the \/etc directory has been discontinued;<br \/>\n          systemd-networkd-wait-online.service, and systemd-timesyncd.service has been discontinued. To create these files, the command \"systemctl preset-all\" must now be executed.<br \/>\n          Now, to create these files, the command 'systemctl preset-all' must be executed.<\/p>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50497\">opennet.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0440\u0435\u043b\u0438\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 systemd 242. \u0418\u0437 \u043d\u043e\u0432\u0448\u0435\u0441\u0442\u0432 \u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0442\u0443\u043d\u043d\u0435\u043b\u0435\u0439 L2TP, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043c systemd-logind \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u0447\u0435\u0440\u0435\u0437 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u044f, \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0445 \u0437\u0430\u0433\u0440\u0443\u0437\u043e\u0447\u043d\u044b\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 XBOOTLDR \u0434\u043b\u044f \u043c\u043e\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \/boot, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0441 \u043a\u043e\u0440\u043d\u0435\u0432\u044b\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u043c \u0432 overlayfs, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0447\u0438\u0441\u043b\u043e \u043d\u043e\u0432\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0434\u043b\u044f \u0440\u0430\u0437\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0432 \u044e\u043d\u0438\u0442\u043e\u0432. \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f: \u0412 systemd-networkd [&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-31439","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\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0440\u0435\u043b\u0438\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 systemd 242.\" \/>\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-sistemnogo-menedzhera-systemd-242\" \/>\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 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 systemd 242 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0440\u0435\u043b\u0438\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 systemd 242.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-sistemnogo-menedzhera-systemd-242\" \/>\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:41:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:41:16+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 the system manager systemd 242 | ProHoster","description":"\ud83e\udd47Release of the system manager systemd 242 | ProHoster","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-sistemnogo-menedzhera-systemd-242","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 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 systemd 242 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0440\u0435\u043b\u0438\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 systemd 242.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-sistemnogo-menedzhera-systemd-242","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:41:16+00:00","article:modified_time":"2019-10-31T18:41:16+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"31439","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-02-09 16:59:47","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 03:16:23","updated":"2026-02-09 16:59:47","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\/31439","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=31439"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/31439\/revisions"}],"predecessor-version":[{"id":159067,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/31439\/revisions\/159067"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=31439"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=31439"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=31439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}