{"id":2440,"date":"2021-04-14T11:24:16","date_gmt":"2021-04-14T15:24:16","guid":{"rendered":"https:\/\/bitpost.com\/news\/?p=2440"},"modified":"2021-04-14T12:39:52","modified_gmt":"2021-04-14T16:39:52","slug":"systemd-resolved-hates-your-lans-single-label-hosts","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/","title":{"rendered":"systemd-resolved hates your LAN&#8217;s single-label hosts"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won&#8217;t hate:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>domain=mydomain.lan\nlocal=\/mydomain.lan\/\nexpand-hosts<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">For decades, DNS resolution was fine, and then systemd arrived and it was not.  For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution on any fresh Ubuntu (and other) installs.  A real joy when you just want to get things going ASAP.  After years of getting around it with shitty hacks, I finally nailed down what was going on.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/poettering\">Poettering<\/a> and his crew decided that &#8220;single-label&#8221; host names on your LAN should never be allowed to resolve, even though it always used to in what he calls <a href=\"https:\/\/github.com\/systemd\/systemd\/pull\/15501#discussion_r413882405\">&#8220;classic DNS&#8221;<\/a>.  The systemd-resolved DNS handler in a vanilla install of Ubuntu 20.04 will drop your name resolution requests simply because the name does not have a dot in it.  End of story.  How nice.  This awful default behavior follows some <a href=\"https:\/\/www.iab.org\/documents\/correspondence-reports-documents\/2013-2\/iab-statement-dotless-domains-considered-harmful\/\">2013 guidelines<\/a> that were never previously enforced, at least not on me.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I use the simplest possible solutions that work, and for me that is dnsmasq.  You can use one config file to configure static IPs for the MACs of all your LAN boxes.  I just needed to reconfigure it to expand single-label names into longer &#8220;fake&#8221; FQDNs, with some dnsmasq hackery, and DNS on new boxes now works out of the gate.  See the top of post (or <a href=\"https:\/\/askubuntu.com\/a\/918161\/276038\">this SO answer<\/a>) for the configuration details.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are supposed to be other solutions, like <a href=\"https:\/\/github.com\/systemd\/systemd\/issues\/13763#issuecomment-798967728\">flipping on the LLMNR flag<\/a> of systemd-resolved.  That didn&#8217;t work for me, and I don&#8217;t want to have to futz with every single new LAN box and VM anyway.  Hopefully this nightmare is behind me now.  I hope for you, as well.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won&#8217;t hate: For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution on any fresh [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[10],"tags":[],"class_list":["post-2440","post","type-post","status-publish","format-standard","hentry","category-tricks-tips-tools"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won&#039;t hate: domain=mydomain.lan local=\/mydomain.lan\/ expand-hosts For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"tricks tips tools\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"systemd-resolved hates your LAN\u2019s single-label hosts | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won&#039;t hate: domain=mydomain.lan local=\/mydomain.lan\/ expand-hosts For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-04-14T15:24:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-04-14T16:39:52+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"systemd-resolved hates your LAN\u2019s single-label hosts | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won&#039;t hate: domain=mydomain.lan local=\/mydomain.lan\/ expand-hosts For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#article\",\"name\":\"systemd-resolved hates your LAN\\u2019s single-label hosts | bitpost.com\\\/news\",\"headline\":\"systemd-resolved hates your LAN&#8217;s single-label hosts\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2021-04-14T11:24:16-04:00\",\"dateModified\":\"2021-04-14T12:39:52-04:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#webpage\"},\"articleSection\":\"Tricks Tips Tools\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"name\":\"Tricks Tips Tools\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"position\":2,\"name\":\"Tricks Tips Tools\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#listItem\",\"name\":\"systemd-resolved hates your LAN&#8217;s single-label hosts\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#listItem\",\"position\":3,\"name\":\"systemd-resolved hates your LAN&#8217;s single-label hosts\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"name\":\"Tricks Tips Tools\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/\",\"name\":\"systemd-resolved hates your LAN\\u2019s single-label hosts | bitpost.com\\\/news\",\"description\":\"TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won't hate: domain=mydomain.lan local=\\\/mydomain.lan\\\/ expand-hosts For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2021\\\/systemd-resolved-hates-your-lans-single-label-hosts\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2021-04-14T11:24:16-04:00\",\"dateModified\":\"2021-04-14T12:39:52-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"systemd-resolved hates your LAN\u2019s single-label hosts | bitpost.com\/news","description":"TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won't hate: domain=mydomain.lan local=\/mydomain.lan\/ expand-hosts For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution","canonical_url":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/","robots":"max-image-preview:large","keywords":"tricks tips tools","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#article","name":"systemd-resolved hates your LAN\u2019s single-label hosts | bitpost.com\/news","headline":"systemd-resolved hates your LAN&#8217;s single-label hosts","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2021-04-14T11:24:16-04:00","dateModified":"2021-04-14T12:39:52-04:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#webpage"},"articleSection":"Tricks Tips Tools"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","name":"Tricks Tips Tools"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","position":2,"name":"Tricks Tips Tools","item":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#listItem","name":"systemd-resolved hates your LAN&#8217;s single-label hosts"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#listItem","position":3,"name":"systemd-resolved hates your LAN&#8217;s single-label hosts","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","name":"Tricks Tips Tools"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#webpage","url":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/","name":"systemd-resolved hates your LAN\u2019s single-label hosts | bitpost.com\/news","description":"TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won't hate: domain=mydomain.lan local=\/mydomain.lan\/ expand-hosts For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2021-04-14T11:24:16-04:00","dateModified":"2021-04-14T12:39:52-04:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"systemd-resolved hates your LAN\u2019s single-label hosts | bitpost.com\/news","og:description":"TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won't hate: domain=mydomain.lan local=\/mydomain.lan\/ expand-hosts For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution","og:url":"https:\/\/bitpost.com\/news\/2021\/systemd-resolved-hates-your-lans-single-label-hosts\/","article:published_time":"2021-04-14T15:24:16+00:00","article:modified_time":"2021-04-14T16:39:52+00:00","twitter:card":"summary","twitter:title":"systemd-resolved hates your LAN\u2019s single-label hosts | bitpost.com\/news","twitter:description":"TL;DR add this config to dnsmasq.conf to expand your LAN single-label hosts into FQDNs that systemd won't hate: domain=mydomain.lan local=\/mydomain.lan\/ expand-hosts For decades, DNS resolution was fine, and then systemd arrived and it was not. For the past couple years, for me and many others, systemd-resolved has been quite a headache, failing basic DNS resolution"},"aioseo_meta_data":{"post_id":"2440","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"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":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"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":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","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":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":{"locations":{"business":{"name":"","businessType":"","image":"","areaServed":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"streetLine1":"","streetLine2":"","zipCode":"","city":"","state":"","country":"","addressFormat":"#streetLineOne\n#streetLineTwo\n#city, #state #zipCode"},"contact":{"phone":"","email":"","fax":""},"ids":{"vat":"","tax":"","chamberOfCommerce":""},"payment":{"priceRange":"","currenciesAccepted":"","methods":""}}},"openingHours":{"useDefaults":true,"show":true,"alwaysOpen":false,"use24hFormat":false,"timezone":"","labels":{"closed":"","alwaysOpen":""},"days":{"monday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"tuesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"wednesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"thursday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"friday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"saturday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"sunday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"}}}},"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-04-14 15:00:46","updated":"2025-08-17 19:19:48","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-Dm","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=2440"}],"version-history":[{"count":5,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2440\/revisions"}],"predecessor-version":[{"id":2449,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/2440\/revisions\/2449"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=2440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=2440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=2440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}