wip
This commit is contained in:
parent
181d187baf
commit
e29e8e2964
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $TTL 600
|
|||
)
|
||||
|
||||
% for record in sorted(records, key=lambda r: (r['name'], r['type'], r['value'])):
|
||||
% for part in (record['value'][i:i+256] for i in range(0, len(record['value']), 255)):
|
||||
% for part in (record['value'][i:i+255] for i in range(0, len(record['value']), 255)):
|
||||
${record['name'].ljust(column_width('name', records))} \
|
||||
IN \
|
||||
${record['type'].ljust(column_width('type', records))} \
|
||||
|
|
Loading…
Reference in a new issue