diff options
Diffstat (limited to 'tools/templates/csvwithheader')
-rw-r--r-- | tools/templates/csvwithheader | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/templates/csvwithheader b/tools/templates/csvwithheader new file mode 100644 index 0000000..01a92bc --- /dev/null +++ b/tools/templates/csvwithheader @@ -0,0 +1,4 @@ +prefix, minlen, maxlen, asn +{{#roas}} +{{prefix}}, {{length}}, {{maxlen}}, {{origin}} +{{/roas}} |