docs: consistent naming schema in documentation

This commit is contained in:
373
2025-12-28 21:41:55 +00:00
committed by holger krekel
parent 77a6f49c9b
commit bcf2fdb5d0

View File

@@ -40,10 +40,10 @@ steps. Please substitute it with your own domain.
:: ::
chat.example.com. 3600 IN A 198.51.100.5 chat.example.org. 3600 IN A 198.51.100.5
chat.example.com. 3600 IN AAAA 2001:db8::5 chat.example.org. 3600 IN AAAA 2001:db8::5
www.chat.example.com. 3600 IN CNAME chat.example.com. www.chat.example.org. 3600 IN CNAME chat.example.org.
mta-sts.chat.example.com. 3600 IN CNAME chat.example.com. mta-sts.chat.example.org. 3600 IN CNAME chat.example.org.
2. On your local PC, clone the repository and bootstrap the Python 2. On your local PC, clone the repository and bootstrap the Python
virtualenv. virtualenv.