Fix unclosed bold
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luca Beltrame 2021-01-30 02:09:30 +01:00
parent 3541a8a584
commit fceed52226
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -27,7 +27,7 @@ Actually setting up the certificates (with the dns-01 challenge) was rather easy
Hence, the question:
**How could I have an arbitrary number of subdomains (`foo.bar`, `baz.foo.bar`) all resolve to the same IP without manual mapping?
**How could I have an arbitrary number of subdomains (`foo.bar`, `baz.foo.bar`) all resolve to the same IP without manual mapping?**
## The solution