cvicente / Netdot

Network Documentation Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TXT Record more than 255 chars

vink78 opened this issue · comments

I need to add a DKIM record with a long key (the TXT record is more than 254 characters).

RFC4408 (3.1.3) explain that we have to split record as following:

IN TXT "v=DKIM .... first" "second string..."

Each string is no more than 254 characters

I've started to work on it here vink78/Netdot@b660be3