{"id":1328,"date":"2024-08-31T17:43:27","date_gmt":"2024-08-31T11:43:27","guid":{"rendered":"https:\/\/bdwebit.com\/blog\/?p=1328"},"modified":"2025-06-29T13:30:22","modified_gmt":"2025-06-29T07:30:22","slug":"resolvectl-set-dns-server","status":"publish","type":"post","link":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/","title":{"rendered":"Understanding resolvectl set-dns for Managing DNS Servers on Linux"},"content":{"rendered":"<p>How to resolvectl set DNS server?, managing DNS (Domain Name System) settings is crucial for network configuration. One of the powerful tools for this task is resolvectl, a command-line utility that interacts with the systemd-resolved service, enabling users to manage DNS settings with ease. In this article, we will explore the resolvectl set-dns command, its importance, usage, and practical examples to help you master DNS server management on Linux.<\/p>\n<h2>What is resolvectl?<\/h2>\n<p>resolvectl is a command-line tool that simplifies the management of DNS settings on systems running systemd, the init system used by many modern Linux distributions. This utility is a part of the systemd suite and is used to query and modify DNS settings, resolve domain names, and control various aspects of DNS configuration.<\/p>\n<p>The resolvectl command replaces the older systemd-resolve command and offers a more intuitive and user-friendly way to interact with DNS settings.<\/p>\n<h2>Why Use resolvectl set-dns?<\/h2>\n<p>The DNS server your system uses can significantly impact your network\u2019s performance and security. By setting a specific DNS server, you can control how your system resolves domain names. This can be important for:<\/p>\n<ul>\n<li><strong>Performance:<\/strong> Some DNS servers are faster than others, reducing the time it takes to resolve domain names.<\/li>\n<li><strong>Security:<\/strong> Using a trusted DNS server can help protect against DNS spoofing and other attacks.<\/li>\n<li><strong>Privacy:<\/strong> Certain DNS providers offer enhanced privacy features, such as DNS over HTTPS (DoH).<\/li>\n<\/ul>\n<p>The resolvectl set-dns command allows you to specify which DNS server your system should use, giving you control over these aspects.<\/p>\n<h2>How to Use resolvectl set-dns<\/h2>\n<p>The resolvectl set-dns command is straightforward to use. The basic syntax is:<\/p>\n<pre>bash\u00a0 \u00a0Copy code\r\nresolvectl set-dns [INTERFACE] [DNS-SERVER...]<\/pre>\n<ul>\n<li><strong>INTERFACE:<\/strong> This refers to the network interface for which you want to set the DNS server. For example, eth0, wlan0, etc.<\/li>\n<li><strong>DNS-SERVER:<\/strong> This is the IP address of the DNS server you want to set.<\/li>\n<\/ul>\n<p><strong>Example: Setting a DNS Server for a Specific Interface<\/strong><\/p>\n<p>Let\u2019s say you want to set Google\u2019s public DNS server (8.8.8.8) for the eth0 interface. You would use the following command:<\/p>\n<pre>bash\u00a0 \u00a0Copy code\r\nresolvectl set-dns eth0 8.8.8.8<\/pre>\n<p>You can also specify multiple DNS servers:<\/p>\n<pre>bash\u00a0 \u00a0Copy code\r\nresolvectl set-dns eth0 8.8.8.8 8.8.4.4<\/pre>\n<p>This command sets both 8.8.8.8 and 8.8.4.4 as DNS servers for the eth0 interface. The system will use the first server unless it is unavailable, in which case it will fall back to the second.<\/p>\n<p><strong>Example: Setting a DNS Server Globally<\/strong><\/p>\n<p>If you want to set a DNS server globally, meaning it applies to all network interfaces, you can omit the interface parameter:<\/p>\n<pre>bash\u00a0 \u00a0Copy code\r\nresolvectl set-dns 8.8.8.8<\/pre>\n<p>This command will set 8.8.8.8 as the DNS server for all interfaces on your system.<\/p>\n<h2>Verifying DNS Server Configuration<\/h2>\n<p>After setting the DNS server, you might want to verify the configuration to ensure it has been applied correctly. You can do this using the resolvectl status command:<\/p>\n<pre>bash\u00a0 \u00a0Copy code\r\nresolvectl status<\/pre>\n<p>This command provides detailed information about the DNS configuration for each interface, including the currently set DNS servers.<\/p>\n<h2>Advanced Usage<\/h2>\n<p>resolvectl also allows for more advanced DNS configuration options. For example, you can set specific DNS options using the resolvectl set-option command or flush the DNS cache with resolvectl flush-caches.<\/p>\n<p><strong>Example: Setting DNS Options<\/strong><\/p>\n<p>You can use the set-options subcommand to configure specific DNS options, such as enabling DNSSEC (DNS Security Extensions):<\/p>\n<pre>bash\u00a0 \u00a0Copy code\r\nresolvectl set-dnssec eth0 yes<\/pre>\n<p>This command enables DNSSEC for the eth0 interface, enhancing the security of DNS queries.<\/p>\n<p><strong>Example: Flushing DNS Caches<\/strong><\/p>\n<p>If you make changes to the DNS configuration and want to ensure that no stale DNS records are used, you can flush the DNS cache:<\/p>\n<pre>bash\u00a0 \u00a0Copy code\r\nresolvectl flush-caches<\/pre>\n<p>This command clears the system&#8217;s DNS cache, forcing it to resolve domain names afresh using the new DNS server settings.<\/p>\n<h2>Troubleshooting Common Issues<\/h2>\n<p>While using resolvectl set-dns is usually straightforward, you may encounter some common issues. Here are a some tips for troubleshooting:<\/p>\n<ul>\n<li><strong>DNS Server Not Responding:<\/strong> If the DNS server you\u2019ve set is not responding, ensure that the server is reachable by pinging it. Also, check your firewall settings to ensure DNS queries are not being blocked.<\/li>\n<li><strong>Interface-Specific Issues:<\/strong> If setting a DNS server for a specific interface doesn\u2019t seem to work, make sure you\u2019ve specified the correct interface name. Use ip link to list available interfaces.<\/li>\n<li><strong>Persistent Changes:<\/strong> Note that DNS settings configured with resolvectl may not persist across reboots. To make persistent changes, consider editing \/etc\/systemd\/resolved.conf or using network configuration files.<\/li>\n<\/ul>\n<h2>Conclusion<\/h2>\n<p>The resolvectl set-dns command is a powerful tool for managing <a href=\"https:\/\/bdwebit.com\/blog\/how-to-fix-dns-server-not-responding-ps5\/\" target=\"_blank\" rel=\"noopener\">DNS server<\/a> settings on Linux systems running systemd. Whether you&#8217;re optimizing network performance, enhancing security, or ensuring privacy. Understanding how to effectively use this command can help you take control of your DNS configuration.<\/p>\n<p>By mastering resolvectl set-dns, you can ensure that your Linux system uses the best DNS servers for your needs, leading to faster, more secure, and more reliable network connectivity. Whether you&#8217;re a system administrator managing a fleet of servers or a Linux enthusiast tweaking your personal setup, this tool is an essential part of your Linux toolkit.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to resolvectl set DNS server?, managing DNS (Domain Name System) settings is crucial for network configuration. One of the powerful tools for this task is resolvectl, a command-line utility that interacts with the systemd-resolved service, enabling users to manage DNS settings with ease. In this article, we will explore the resolvectl set-dns command, its &#8230; <a title=\"Understanding resolvectl set-dns for Managing DNS Servers on Linux\" class=\"read-more\" href=\"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/\" aria-label=\"Read more about Understanding resolvectl set-dns for Managing DNS Servers on Linux\">Read more<\/a><\/p>\n","protected":false},"author":4,"featured_media":1332,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,49],"tags":[],"class_list":["post-1328","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-domain","category-information"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Resolvectl Set DNS Server?<\/title>\n<meta name=\"description\" content=\"How to resolvectl set DNS server? managing DNS (Domain Name System) settings is crucial for network configuration. One of the powerful tools\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Resolvectl Set DNS Server?\" \/>\n<meta property=\"og:description\" content=\"How to resolvectl set DNS server? managing DNS (Domain Name System) settings is crucial for network configuration. One of the powerful tools\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/\" \/>\n<meta property=\"og:site_name\" content=\"BDWEBIT Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-31T11:43:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-29T07:30:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2024\/08\/How-to-Resolvectl-Set-DNS-Server.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Abur Rahim\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abur Rahim\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/\"},\"author\":{\"name\":\"Abur Rahim\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/person\\\/1429f4e61e9a1c7bd5e67920464af1f8\"},\"headline\":\"Understanding resolvectl set-dns for Managing DNS Servers on Linux\",\"datePublished\":\"2024-08-31T11:43:27+00:00\",\"dateModified\":\"2025-06-29T07:30:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/\"},\"wordCount\":818,\"publisher\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/How-to-Resolvectl-Set-DNS-Server.jpg\",\"articleSection\":[\"Domain\",\"Information\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/\",\"name\":\"How to Resolvectl Set DNS Server?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/How-to-Resolvectl-Set-DNS-Server.jpg\",\"datePublished\":\"2024-08-31T11:43:27+00:00\",\"dateModified\":\"2025-06-29T07:30:22+00:00\",\"description\":\"How to resolvectl set DNS server? managing DNS (Domain Name System) settings is crucial for network configuration. One of the powerful tools\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/How-to-Resolvectl-Set-DNS-Server.jpg\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/How-to-Resolvectl-Set-DNS-Server.jpg\",\"width\":1200,\"height\":628,\"caption\":\"How to Resolvectl Set DNS Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/resolvectl-set-dns-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Understanding resolvectl set-dns for Managing DNS Servers on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\",\"name\":\"BDWEBIT Blog\",\"description\":\"Innovation and Excellence in IT\",\"publisher\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#organization\",\"name\":\"BDWEB IT\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/logo.png\",\"width\":300,\"height\":80,\"caption\":\"BDWEB IT\"},\"image\":{\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/#\\\/schema\\\/person\\\/1429f4e61e9a1c7bd5e67920464af1f8\",\"name\":\"Abur Rahim\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/6701e970a5238065ad661ecfc5b36e06.jpg?ver=1781977972\",\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/6701e970a5238065ad661ecfc5b36e06.jpg?ver=1781977972\",\"contentUrl\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/wp-content\\\/litespeed\\\/avatar\\\/6701e970a5238065ad661ecfc5b36e06.jpg?ver=1781977972\",\"caption\":\"Abur Rahim\"},\"url\":\"https:\\\/\\\/bdwebit.com\\\/blog\\\/author\\\/abudurrahim\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Resolvectl Set DNS Server?","description":"How to resolvectl set DNS server? managing DNS (Domain Name System) settings is crucial for network configuration. One of the powerful tools","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Resolvectl Set DNS Server?","og_description":"How to resolvectl set DNS server? managing DNS (Domain Name System) settings is crucial for network configuration. One of the powerful tools","og_url":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/","og_site_name":"BDWEBIT Blog","article_published_time":"2024-08-31T11:43:27+00:00","article_modified_time":"2025-06-29T07:30:22+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2024\/08\/How-to-Resolvectl-Set-DNS-Server.jpg","type":"image\/jpeg"}],"author":"Abur Rahim","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Abur Rahim","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/#article","isPartOf":{"@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/"},"author":{"name":"Abur Rahim","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/person\/1429f4e61e9a1c7bd5e67920464af1f8"},"headline":"Understanding resolvectl set-dns for Managing DNS Servers on Linux","datePublished":"2024-08-31T11:43:27+00:00","dateModified":"2025-06-29T07:30:22+00:00","mainEntityOfPage":{"@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/"},"wordCount":818,"publisher":{"@id":"https:\/\/bdwebit.com\/blog\/#organization"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/#primaryimage"},"thumbnailUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2024\/08\/How-to-Resolvectl-Set-DNS-Server.jpg","articleSection":["Domain","Information"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/","url":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/","name":"How to Resolvectl Set DNS Server?","isPartOf":{"@id":"https:\/\/bdwebit.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/#primaryimage"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/#primaryimage"},"thumbnailUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2024\/08\/How-to-Resolvectl-Set-DNS-Server.jpg","datePublished":"2024-08-31T11:43:27+00:00","dateModified":"2025-06-29T07:30:22+00:00","description":"How to resolvectl set DNS server? managing DNS (Domain Name System) settings is crucial for network configuration. One of the powerful tools","breadcrumb":{"@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/#primaryimage","url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2024\/08\/How-to-Resolvectl-Set-DNS-Server.jpg","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2024\/08\/How-to-Resolvectl-Set-DNS-Server.jpg","width":1200,"height":628,"caption":"How to Resolvectl Set DNS Server"},{"@type":"BreadcrumbList","@id":"https:\/\/bdwebit.com\/blog\/resolvectl-set-dns-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bdwebit.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Understanding resolvectl set-dns for Managing DNS Servers on Linux"}]},{"@type":"WebSite","@id":"https:\/\/bdwebit.com\/blog\/#website","url":"https:\/\/bdwebit.com\/blog\/","name":"BDWEBIT Blog","description":"Innovation and Excellence in IT","publisher":{"@id":"https:\/\/bdwebit.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bdwebit.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bdwebit.com\/blog\/#organization","name":"BDWEB IT","url":"https:\/\/bdwebit.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/08\/logo.png","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/uploads\/2019\/08\/logo.png","width":300,"height":80,"caption":"BDWEB IT"},"image":{"@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/bdwebit.com\/blog\/#\/schema\/person\/1429f4e61e9a1c7bd5e67920464af1f8","name":"Abur Rahim","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/6701e970a5238065ad661ecfc5b36e06.jpg?ver=1781977972","url":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/6701e970a5238065ad661ecfc5b36e06.jpg?ver=1781977972","contentUrl":"https:\/\/bdwebit.com\/blog\/wp-content\/litespeed\/avatar\/6701e970a5238065ad661ecfc5b36e06.jpg?ver=1781977972","caption":"Abur Rahim"},"url":"https:\/\/bdwebit.com\/blog\/author\/abudurrahim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/1328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/comments?post=1328"}],"version-history":[{"count":4,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/1328\/revisions"}],"predecessor-version":[{"id":2827,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/posts\/1328\/revisions\/2827"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/media\/1332"}],"wp:attachment":[{"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/media?parent=1328"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/categories?post=1328"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bdwebit.com\/blog\/wp-json\/wp\/v2\/tags?post=1328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}