note about primary domain and ip addr for daplie tools
This commit is contained in:
parent
a5395d1378
commit
4d54de7025
|
@ -164,7 +164,10 @@ assets.<domain.tld>
|
||||||
The domains can be setup through the Daplie Desktop App or with `daplie-tools`
|
The domains can be setup through the Daplie Desktop App or with `daplie-tools`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# set device address and attach primary domain
|
||||||
daplie devices:attach -d foodevice -n example.com -a 127.0.0.1
|
daplie devices:attach -d foodevice -n example.com -a 127.0.0.1
|
||||||
|
|
||||||
|
# attach all other domains with same device/address
|
||||||
daplie devices:attach -d foodevice -n www.example.com
|
daplie devices:attach -d foodevice -n www.example.com
|
||||||
daplie devices:attach -d foodevice -n api.example.com
|
daplie devices:attach -d foodevice -n api.example.com
|
||||||
daplie devices:attach -d foodevice -n assets.example.com
|
daplie devices:attach -d foodevice -n assets.example.com
|
||||||
|
|
Loading…
Reference in New Issue