mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1146 from yunohost-bot/anonymous-2019-11-21_05-58-49
[Anonymous contrib] Added command to set the new domain as the main domain
This commit is contained in:
commit
99e1f71e3d
2 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,9 @@ yunohost dyndns subscribe -d whateveryouwant.nohost.me
|
|||
|
||||
# Update the DNS conf
|
||||
yunohost dyndns update
|
||||
|
||||
# Set it as the main domain
|
||||
yunohost tools maindomain --new-domain whateveryouwant.nohost.me
|
||||
```
|
||||
|
||||
#### Retrieve a nohost.me, noho.st or ynh.fr domain
|
||||
|
|
|
@ -39,6 +39,9 @@ yunohost dyndns subscribe -d cequevousvoulez.nohost.me
|
|||
|
||||
# Mettre à jour la configuration DNS
|
||||
yunohost dyndns update
|
||||
|
||||
# Le définir comme nouveau domain principal
|
||||
yunohost tools maindomain --new-domain whateveryouwant.nohost.me
|
||||
```
|
||||
|
||||
### Récupérer un domaine nohost.me, noho.st ou ynh.fr
|
||||
|
|
Loading…
Add table
Reference in a new issue