fix(domain_expiry): include static RDAP DNS data with auto-updates instead of dynamically requesting it (#6769)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Copilot
2026-01-19 17:16:24 +00:00
committed by GitHub
parent 8bf929a958
commit f8652c27af
6 changed files with 1334 additions and 341 deletions

View File

@@ -30,6 +30,10 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Update RDAP DNS data from IANA
run: wget -O server/model/rdap-dns.json https://data.iana.org/rdap/dns.json
continue-on-error: true
- name: Auto-fix JavaScript/Vue linting issues
run: npm run lint-fix:js
continue-on-error: true