Skip to content

Commit 3ca0e5e

Browse files
committed
fix: fix snippets
1 parent 22c6a76 commit 3ca0e5e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
<div class="premonition info"><div class="fa fa-info-circle"></div><div class="content"> <p markdown=1>Based on the library you use, the syntax in the examples might be different. You can find library-specific documentation on the [Sources Overview](/docs/connections/sources/) page.</p></div></div>
1+
> info ""
2+
> Based on the library you use, the syntax in the examples might be different. You can find library-specific documentation on the [Sources Overview](/docs/connections/sources/) page.

src/connections/sources/custom-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Custom Domain is a fully-managed service that enables you to configure a first-p
1515
1616
{% include content/domain-delegation-solutions.md %}
1717

18-
### How DNS subdomain delegation works
18+
## How DNS subdomain delegation works
1919
DNS subdomain delegation is a process where the control of a specific subdomain is assigned to another DNS server, allowing that server to manage the DNS records for the subdomain. This delegation is useful for distributing the management of DNS records and enables specialized handling of subdomain traffic.
2020

21-
### How CNAME records work
21+
## How CNAME records work
2222
When a user tries to access the alias domain, the DNS resolver looks up the CNAME record, finds the canonical name, and resolves it to the IP address of the target. For example, you could alias your subdomain to point to the Segment domain. If a user accesses your site, they are redirected to the Segment domain, but their browser's address bar still shows the alias domain.
2323

2424
CNAME records provide flexibility and centralized management, making it easier to handle domain redirections and subdomain configurations.

0 commit comments

Comments
 (0)