give example of inserting record

This commit is contained in:
Malin Freeborn 2025-03-21 02:11:49 +01:00
parent ed9ef924d3
commit fe14e0aacc
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -46,3 +46,8 @@ recsel network.rec -t lxc --expression "name = 'nginx11'" -p proxies[0]
recset network.rec -t lxc --expression "name = 'nginx11'" -f proxies[0] -s wiki9
```
Insert a new record with `recins`.
```sh
recins network.rec -t lxc -r "name: bob" -r "service: bob" -r "host: moxx"
```