From fe14e0aacc5ea150fa2a94dc4b44a611815530e7 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Fri, 21 Mar 2025 02:11:49 +0100 Subject: [PATCH] give example of inserting record --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5b10eae..5e6fbc6 100644 --- a/README.md +++ b/README.md @@ -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" +```