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

fix: txt records for too long values #14

Merged
merged 3 commits into from
May 3, 2024
Merged

fix: txt records for too long values #14

merged 3 commits into from
May 3, 2024

Conversation

Janik-Haag
Copy link
Owner

closes #13

this only does the string splitting stuff for TXT records because that's the only type that's needs it if I understood RFC 4408 correct and SPF records are unsupported.

can you test if this fixes your problem @leona-ya ?

Janik-Haag added 3 commits May 3, 2024 16:31
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5672bc9dbf9d88246ddab5ac454e82318d094bb8' (2024-04-16)
  → 'github:NixOS/nixpkgs/63c3a29ca82437c87573e4c6919b09a24ea61b0f' (2024-05-02)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/49dc4a92b02b8e68798abd99184f228243b6e3ac' (2024-04-01)
  → 'github:numtide/treefmt-nix/c6aaf729f34a36c445618580a9f95a48f5e4e03f' (2024-04-25)
Copy link

@leona-ya leona-ya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be correct now

@Janik-Haag Janik-Haag merged commit a47a6a7 into main May 3, 2024
2 checks passed
@Janik-Haag Janik-Haag deleted the develop branch May 3, 2024 21:24
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

Successfully merging this pull request may close these issues.

Long record values need to be splitted
2 participants