diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-02-26 00:45:10 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-02-26 00:45:10 +0100 |
commit | c73cd3764056c110e60dc4661b1c44aa66364d86 (patch) | |
tree | 93d5b2b5069cc7a3d7d1d6dd8427015ce46c8ce6 /content/2023/wildcard-mx-and-a-dns-record-conflict.md | |
parent | 648f69aa0a2ef10095e23e58760eef4f68b396cb (diff) |
chore: tidy up
Diffstat (limited to 'content/2023/wildcard-mx-and-a-dns-record-conflict.md')
-rw-r--r-- | content/2023/wildcard-mx-and-a-dns-record-conflict.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/2023/wildcard-mx-and-a-dns-record-conflict.md b/content/2023/wildcard-mx-and-a-dns-record-conflict.md index 5e48e96f..eafb1642 100644 --- a/content/2023/wildcard-mx-and-a-dns-record-conflict.md +++ b/content/2023/wildcard-mx-and-a-dns-record-conflict.md @@ -5,7 +5,11 @@ abstract: How to have a wildcard email and same domain for a webpage? year: 2023 date: 2023-01-15T17:43:42+01:00 draft: false -tags: ['dns', 'mx-record', 'a-record', 'email'] +tags: +- DNS +- mx-record +- a-record +- e-mail --- A random problem I've just encountered by discovering that my email is broken. You can have a wildcard MX record (*.domain), which will handle all subdomains not defined by other records. |