diff --git a/documentation/cdn/troubleshooting/cache-percentage-is-low-how-to-solve-the-issue.md b/documentation/cdn/troubleshooting/cache-percentage-is-low-how-to-solve-the-issue.md index a5ef4da5..6215265c 100644 --- a/documentation/cdn/troubleshooting/cache-percentage-is-low-how-to-solve-the-issue.md +++ b/documentation/cdn/troubleshooting/cache-percentage-is-low-how-to-solve-the-issue.md @@ -91,7 +91,7 @@ The response will contain different headers. You should focus on the inappropria Cache: MISS -This value specifies that the response is received
from the origin, bypassing the cache.
Our CDN caches files on the first request.
This means that the first request for a file
will result in MISS (CDN had to reach the origin
to pull the resource and cache it locally)
and every following request for the same file will result in HIT
(served from a local CDN cache.) +This value specifies that the response is received
from the origin, bypassing the cache.
Our CDN caches files on the first request.
This means that the first request for a file
will result in MISS (CDN had to reach the origin
to pull the resource and cache it locally)
and every following request for the same file will result in HIT(served from a local CDN cache.) diff --git a/documentation/dns/manage-a-dns-zone.md b/documentation/dns/manage-a-dns-zone.md index af086a20..fd63462b 100644 --- a/documentation/dns/manage-a-dns-zone.md +++ b/documentation/dns/manage-a-dns-zone.md @@ -66,9 +66,15 @@ The pop-up opens. Configure it according to the guide below and click **Save cha ### Export a DNS zone in BIND format -Gcore DNS API supports the BIND zone format for the DNS zone configuration. To export a zone in BIND, click the three dots icon next to the desired DNS zone in the All zones section and then click **Export zone**. +Gcore DNS API supports the BIND zone format for the DNS zone configuration. To export a zone in BIND: -how-to-export-zone-in-bind +1\. Go to All zones, click three dots, and choose **Go to records** to open the records of the needed zone. + +export a zone in bind first step + +2\. Click **Export records** to download the file. + +export a zone in bind second step The file will be downloaded to your PC as a text file with the *.zone* extension, e.g., *test.dnsexample.com.zone*.