Fix cross-platform builds and multi-page record loading
2 files · 28+ · 16-

Cross-platform build fix

1 file changed
  • Makefile Fixed make local target for multi-architecture and multi-OS support
  • Fixed the make local target to correctly detect and build for the host architecture and OS, supporting more platforms beyond linux/amd64 (PR number 51) remediate internal
    1 file
    • Makefile

Multi-page record loading

1 file changed
  • domains.go Added pagination support when loading domain records to handle large record sets
  • Implemented multi-page record loading to correctly fetch all DNS records for domains with more entries than fit in a single API response page (PR number 44) remediate behavioral
    1 file
    • domains.go