Skip to content

Commit 35b1532

Browse files
author
Jonathan Lassoff
committed
Add support for the ipsets section
Addresses #21
1 parent 67803e3 commit 35b1532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var (
3030
"extraDNSRecords": handleArray(),
3131
"grants": handleArray(),
3232
"groups": handleObject(),
33+
"ipsets": handleArray(),
3334
"nodeAttrs": handleArray(), // TODO: need to merge anything?
3435
"postures": handleObject(),
3536
"ssh": handleArray(),

0 commit comments

Comments
 (0)