recutils #2

Merged
netstat merged 14 commits from recutils into master 2025-03-25 21:53:43 +00:00
Showing only changes of commit 4b9dae9b3a - Show all commits

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"
```