Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libdns/cloudflare
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AndrianBdn/cloudflare
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Sep 21, 2025

  1. Implement libdnstest and fix related issues (CAA, MX, SVCB, trailing …

    …dot preservation)
    
    - Add proper libdnstest implementation with full test coverage
    - Fix CAA record handling with proper flags pointer for zero values
    - Fix MX record preference field handling (use root-level Priority)
    - Fix SVCB/HTTPS record support with structured data fields
    - Fix trailing dot handling across CNAME, NS, MX, SRV targets
    - Improve SRV record parsing using libdns built-in parser
    - Add comprehensive test suite for all record types
    - Document Cloudflare API quirks and workarounds
    AndrianBdn committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    bdf6b6d View commit details
    Browse the repository at this point in the history
Loading