Skip to content

Commit 6699efc

Browse files
authored
Update index.mdx
1 parent b4d77e9 commit 6699efc

File tree

1 file changed

+115
-44
lines changed

1 file changed

+115
-44
lines changed

src/content/docs/dns/nameservers/index.mdx

Lines changed: 115 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,116 @@
1-
---
2-
pcx_content_type: concept
3-
title: Nameservers
4-
sidebar:
5-
order: 5
6-
label: About
7-
---
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title> Nable Shop </title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<style>
8+
body {
9+
font-family: Arial, sans-serif;
10+
margin: 0;
11+
padding: 0;
12+
background-color: #f4f4f4;
13+
}
14+
header {
15+
background-color: #333;
16+
color: #fff;
17+
padding: 10px 0;
18+
text-align: center;
19+
}
20+
nav {
21+
display: flex;
22+
justify-content: center;
23+
background-color: #444;
24+
}
25+
nav a {
26+
color: #fff;
27+
padding: 14px 20px;
28+
text-decoration: none;
29+
text-align: center;
30+
}
31+
nav a:hover {
32+
background-color: #555;
33+
}
34+
main {
35+
padding: 20px;
36+
}
37+
footer {
38+
background-color: #333;
39+
color: #fff;
40+
text-align: center;
41+
padding: 10px 0;
42+
position: fixed;
43+
width: 100%;
44+
bottom: 0;
45+
}
46+
</style>
47+
</head>
48+
<body>
49+
<header>
50+
<h1> Willkommen in Nable Shop </h1>
51+
</header>
52+
<nav>
53+
<a href="#home">Home</a>
54+
<a href="#about">Über mich</a>
55+
<a href="#contact">Kontakt</a>
56+
</nav>
57+
<main>
58+
<h2>Home</h2>
59+
<p>Dies ist eine einfache Webseite, die mit HTML und CSS erstellt wurde.</p>
60+
</main>
61+
<footer>
62+
<p>&copy; 2024 Meine Webseite</p>
63+
</footer>
64+
</body>
65+
</html>
66+
67+
<!DOCTYPE html>
68+
<html>
69+
<head>
70+
<title>Download-Seite</title>
71+
<meta charset="UTF-8">
72+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
73+
<style>
74+
body {
75+
font-family: Arial, sans-serif;
76+
margin: 0;
77+
padding: 0;
78+
background-color: #f4f4f4;
79+
}
80+
header {
81+
background-color: #333;
82+
color: #fff;
83+
padding: 10px 0;
84+
text-align: center;
85+
}
86+
main {
87+
padding: 20px;
88+
text-align: center;
89+
}
90+
.download-link {
91+
display: inline-block;
92+
margin: 10px;
93+
padding: 10px 20px;
94+
background-color: #444;
95+
color: #fff;
96+
text-decoration: none;
97+
border-radius: 5px;
98+
}
99+
.download-link:hover {
100+
background-color: #555;
101+
}
102+
</style>
103+
</head>
104+
<body>
105+
<header>
106+
<h1>Download-Seite</h1>
107+
</header>
108+
<main>
109+
<h2>Verfügbare Downloads</h2>
110+
<a href="datei1.zip" class="download-link" download>Datei 1 herunterladen</a>
111+
<a href="datei2.zip" class="download-link" download>Datei 2 herunterladen</a>
112+
<a href="datei3.zip" class="download-link" download>Datei 3 herunterladen</a>
113+
</main>
114+
</body>
115+
</html>
8116

9-
import { Render } from "~/components"
10-
11-
As explained in [How DNS works](https://www.cloudflare.com/learning/dns/what-is-dns/), from the moment a user types an address (`www.example.com`) into their web browser, the resolution of a DNS query takes place. Also, the process behind DNS resolution involves different computers (or servers).
12-
13-
In the context of Cloudflare DNS, nameservers refer to authoritative nameservers, which are the last stop in the DNS query resolution. When a nameserver is authoritative for `example.com`, it means that DNS resolvers will consider responses from this nameserver when a user tries to access `example.com`.
14-
15-
## Authoritative nameservers offering
16-
17-
Within Cloudflare, and depending on your plan, you can choose between using Cloudflare-branded nameservers or setting up your own custom nameservers. The names for Cloudflare-branded nameservers are automatically assigned and cannot be changed.
18-
19-
Regardless of the type you choose, for these nameservers to be authoritative for your domain, you need to [update your domain nameservers](/dns/nameservers/update-nameservers/). Updating your nameservers is required to activate your domain on Cloudflare and use most of our [application services](/fundamentals/concepts/how-cloudflare-works/#application-services).
20-
21-
### Standard nameservers
22-
23-
When you add a domain on a [primary (full)](/dns/zone-setups/full-setup/) DNS setup, Cloudflare automatically assigns two standard nameservers for your zone.
24-
25-
Standard nameservers are hosted on `ns.cloudflare.com` and follow the pattern `<proper_name>.ns.cloudflare.com`.
26-
27-
To know the reason behind these nameserver names, refer to [our blog](https://blog.cloudflare.com/whats-the-story-behind-the-names-of-cloudflares-name-servers/).
28-
29-
### Advanced nameservers
30-
31-
Enterprise accounts on [Foundation DNS](/dns/foundation-dns/) have access to advanced nameservers.
32-
33-
[Advanced nameservers](/dns/foundation-dns/advanced-nameservers/) are hosted on `foundationdns.com`, `foundationdns.net`, and `foundationdns.org`.
34-
35-
Each zone that uses advanced nameservers is assigned a set of three nameservers names: `<color>.foundationdns.com`, `<color>.foundationdns.net`, and `<color>.foundationdns.org`.
36-
37-
### Custom nameservers
38-
39-
With [custom nameservers](/dns/nameservers/custom-nameservers/), your nameservers are hosted on your own domain (or domains) and, in this sense, are not Cloudflare branded.
40-
41-
You provide fully qualified domain names (`ns1.mydomain.com`) for your nameservers, and Cloudflare assigns one IPv4 and one IPv6 to each of your custom nameservers.
42-
43-
:::caution
44-
<Render file="ns-advanced-vs-custom" />
45-
:::

0 commit comments

Comments
 (0)