Skip to content

Commit

Permalink
Merge pull request #470 from G-Core/13-october-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
dashlot authored Oct 13, 2023
2 parents 1d695b6 + 2fd0b20 commit c64d410
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The response will contain different headers. You should focus on the inappropria
</tr>
<tr>
<td>Cache: <i>MISS</i></td>
<td style="text-align: left">This value specifies that the response is received<br> from the origin, bypassing the cache.<br> Our CDN caches files on the first request.<br> This means that the first request for a file<br> will result in MISS (CDN had to reach the origin<br> to pull the resource and cache it locally)<br> and every following request for the same file will result in HIT<br> (served from a local CDN cache.)</td>
<td style="text-align: left">This value specifies that the response is received<br> from the origin, bypassing the cache.<br> Our CDN caches files on the first request.<br> This means that the first request for a file<br> will result in MISS (CDN had to reach the origin<br> to pull the resource and cache it locally)<br> and every following request for the same file will result in HIT(served from a local CDN cache.)</td>
</tr>
</tbody>
</table>
Expand Down
10 changes: 8 additions & 2 deletions documentation/dns/manage-a-dns-zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://dns.gcore.com/zones" target="_blank">All zones</a> 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:

<img src="https://assets.gcore.pro/docs/dns/manage-a-dns-zone/bind-format.png" alt="how-to-export-zone-in-bind">
1\. Go to <a href="https://dns.gcore.com/zones" target="_blank">All zones</a>, click three dots, and choose **Go to records** to open the records of the needed zone.

<img src="https://assets.gcore.pro/docs/dns/manage-a-dns-zone/export-bind-10.png" alt="export a zone in bind first step" width="80%">

2\. Click **Export records** to download the file.

<img src="https://assets.gcore.pro/docs/dns/manage-a-dns-zone/export-bind-20.png" alt="export a zone in bind second step" width="80%">

The file will be downloaded to your PC as a text file with the *.zone* extension, e.g., *test.dnsexample.com.zone*.

Expand Down

0 comments on commit c64d410

Please sign in to comment.