Skip to content

Commit 933014a

Browse files
authored
blog: Update the older hostname resolution blog with training video (#431)
1 parent d4d6f10 commit 933014a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/content/blog/ddev-name-resolution-wildcards.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Hostnames and Wildcards and DDEV, Oh My!"
33
pubDate: 2024-03-28
4-
modifiedDate: 2025-09-17
4+
modifiedDate: 2025-09-22
55
summary: How hostname name resolution works in a DDEV environment, including how wildcards work and how DNS is involved
66
author: Randy Fay
77
featureImage:
@@ -10,6 +10,7 @@ featureImage:
1010
credit: 'Ideogram.ai: Create An illustration showing a simplified and stylized representation of the internet with various devices (computers, tablets, and smartphones) displaying local development websites, all connected by dotted lines to a central server labeled "DDEV". The server has a large, glowing globe above it, symbolizing global DNS, with several dotted lines branching off to represent the resolution of wildcard hostnames. The background is digital and abstract, suggesting connectivity and network infrastructure.'
1111
categories:
1212
- Guides
13+
- Training
1314
---
1415

1516
A very cool thing about DDEV is that most of the time you don’t have to worry about IP addresses, HTTPS, SSL, TLS, DNS, or name resolution in general and most of you will never have to. You don't even have to understand the rest of this article to use DDEV.
@@ -18,6 +19,14 @@ A very cool thing about DDEV is that most of the time you don’t have to worry
1819

1920
This article attempts to unwind what DDEV does for you in name resolution, and what to do when things require a bit more effort. People who use `ddev.site` URLs and have working DNS will never think about any of these things.
2021

22+
## In video form!
23+
24+
If you'd rather watch this, here's September 18, 2025 [Contributor Training](/blog/category/training):
25+
26+
<div class="video-container">
27+
<iframe width="560" height="315" src="https://www.youtube.com/embed/MKGkqFHu_hw?si=05Si39vwLo-cwak7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
28+
</div>
29+
2130
## Name resolution for browsers and URLs
2231

2332
<!-- textlint-disable -->

0 commit comments

Comments
 (0)