mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
removed space before punctuation.
seulement en français ! ;)
This commit is contained in:
parent
4f69cdfbb5
commit
1cae2456f6
1 changed files with 6 additions and 6 deletions
|
@ -14,8 +14,8 @@ interface.
|
||||||
|
|
||||||
NB: Examples here use the placeholder `your.domain.tld`, you have to replace it with your real domain, such as `www.yunohost.org`.
|
NB: Examples here use the placeholder `your.domain.tld`, you have to replace it with your real domain, such as `www.yunohost.org`.
|
||||||
|
|
||||||
YunoHost provides a recommended DNS configuration, available via :
|
YunoHost provides a recommended DNS configuration, available via:
|
||||||
- the webadmin, in Domain > your.domain.tld > DNS configuration ;
|
- the webadmin, in Domain > your.domain.tld > DNS configuration;
|
||||||
- or the command line, `yunohost domain dns-conf your.domain.tld`
|
- or the command line, `yunohost domain dns-conf your.domain.tld`
|
||||||
|
|
||||||
For specific needs or specific setups, and if you know what you're doing, you
|
For specific needs or specific setups, and if you know what you're doing, you
|
||||||
|
@ -77,10 +77,10 @@ Though it might be easier to understand it if displayed like this:
|
||||||
#### A few notes about this table
|
#### A few notes about this table
|
||||||
|
|
||||||
- Not all these lines are absolutely necessary. For a minimal setup, you only need the records in bold.
|
- Not all these lines are absolutely necessary. For a minimal setup, you only need the records in bold.
|
||||||
- The dot at the end of `your.domain.tld.` is important ;) ;
|
- The dot at the end of `your.domain.tld.` is important ;);
|
||||||
- `@` corresponds to `your.domain.tld`, and e.g. `muc` corresponds to `muc.your.domain.tld` ;
|
- `@` corresponds to `your.domain.tld`, and e.g. `muc` corresponds to `muc.your.domain.tld`;
|
||||||
- These are example values ! See your generated conf for the actual values you should use ;
|
- These are example values ! See your generated conf for the actual values you should use;
|
||||||
- We recommend a [TTL](https://en.wikipedia.org/wiki/Time_to_live#DNS_records) of 3600 (1 hour). But you can use something else if you know what you're doing ;
|
- We recommend a [TTL](https://en.wikipedia.org/wiki/Time_to_live#DNS_records) of 3600 (1 hour). But you can use something else if you know what you're doing;
|
||||||
- Don't put an IPv6 record if you're not sure IPv6 really works on your server! You might have issues with Let's Encrypt if it doesn't.
|
- Don't put an IPv6 record if you're not sure IPv6 really works on your server! You might have issues with Let's Encrypt if it doesn't.
|
||||||
|
|
||||||
### Dynamic IP
|
### Dynamic IP
|
||||||
|
|
Loading…
Add table
Reference in a new issue