Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you think we should support multiple TXT records for a single name? #8

Open
erikzhang opened this issue Sep 10, 2021 · 3 comments
Open

Comments

@erikzhang
Copy link
Member

@roman-khimov @shargon

@shargon
Copy link
Member

shargon commented Sep 10, 2021

Maybe we can increase this to 1024

if (data.Length > 255) throw new FormatException("The format of the TXT record is incorrect.");

@lock9
Copy link

lock9 commented Sep 22, 2021

Hello.
I think it is very important to support multiple TXT records, since it is mostly used to domain verification (you need to upload one txt per app)

@shargon how does increasing the size solves the issue? Will it be saved on the same field and split by a character?

@shargon
Copy link
Member

shargon commented Sep 23, 2021

Will it be saved on the same field and split by a character?

Yes, we can split them by '\n' or ';'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants