lon: update dns.nix #482

Merged
thubrecht merged 1 commit from lon/dns.nix into main 2025-06-12 21:09:35 +02:00
Collaborator

a3196708a56dee76186a9415c187473b94e6cbae
→ 96e548ae8bd44883afc5bddb9dacd0502542276d

Last 17 commits:
3fa62df Add DANE-Related RRs
d86ffdc zone#toString relative to $ORIGIN
b2c6c9d useOrigin option in zone to switch toString
e13b516 merge writeRecord{,Rel}
b0a5a0f remove writeRecordDel
2307af0 fix subdomain case
0d4694f Update dns/types/record.nix
e3ad889 Update dns/types/record.nix
3b4d4b3 Update dns/types/record.nix
f084caf doc: adds useOrigin example
025996a Merge pull request #33 from pigam/unqualified-domain-names
7d62cee fix syntax error
a23f43f Merge pull request #36 from griffi-gh/patch-1
51e3deb Apply suggestions from code review
1ad7b72 Apply suggestions from code review
17e7f9b Merge pull request #27 from DarkKirb/dnssec-rr
96e548a fix: Make the example work

a3196708a56dee76186a9415c187473b94e6cbae → 96e548ae8bd44883afc5bddb9dacd0502542276d Last 17 commits: 3fa62df Add DANE-Related RRs d86ffdc zone#toString relative to $ORIGIN b2c6c9d useOrigin option in zone to switch toString e13b516 merge writeRecord{,Rel} b0a5a0f remove writeRecordDel 2307af0 fix subdomain case 0d4694f Update dns/types/record.nix e3ad889 Update dns/types/record.nix 3b4d4b3 Update dns/types/record.nix f084caf doc: adds useOrigin example 025996a Merge pull request #33 from pigam/unqualified-domain-names 7d62cee fix syntax error a23f43f Merge pull request #36 from griffi-gh/patch-1 51e3deb Apply suggestions from code review 1ad7b72 Apply suggestions from code review 17e7f9b Merge pull request #27 from DarkKirb/dnssec-rr 96e548a fix: Make the example work
thubrecht force-pushed lon/dns.nix from d637a70c5a
All checks were successful
Check meta / check_meta (pull_request) Successful in 24s
Check workflows / check_workflows (pull_request) Successful in 26s
Run pre-commit on all files / pre-commit (pull_request) Successful in 42s
Run pre-commit on all files / pre-commit (push) Successful in 45s
Build all the nodes / Jaccess01 (pull_request) Successful in 33s
Build all the nodes / Jaccess04 (pull_request) Successful in 33s
Build all the nodes / ap01 (pull_request) Successful in 52s
Build the shell / build-shell (pull_request) Successful in 33s
Build all the nodes / netcore01 (pull_request) Successful in 37s
Build all the nodes / netcore02 (pull_request) Successful in 39s
Build all the nodes / bridge01 (pull_request) Successful in 1m4s
Build all the nodes / cof02 (pull_request) Successful in 1m4s
Build all the nodes / geo02 (pull_request) Successful in 1m8s
Build all the nodes / geo01 (pull_request) Successful in 1m13s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m16s
Build all the nodes / tower01 (pull_request) Successful in 1m21s
Build all the nodes / lab-router01 (pull_request) Successful in 1m33s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m37s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m37s
Build all the nodes / web02 (pull_request) Successful in 1m36s
Build all the nodes / build01 (pull_request) Successful in 1m50s
Build all the nodes / zulip01 (pull_request) Successful in 1m41s
Build all the nodes / iso (pull_request) Successful in 1m52s
Build all the nodes / vault01 (pull_request) Successful in 1m49s
Build all the nodes / web03 (pull_request) Successful in 1m57s
Build all the nodes / compute01 (pull_request) Successful in 2m8s
Build all the nodes / web01 (pull_request) Successful in 2m2s
Build all the nodes / rescue01 (pull_request) Successful in 2m8s
Build all the nodes / krz01 (pull_request) Successful in 2m18s
Build all the nodes / storage01 (pull_request) Successful in 2m36s
to 8324717c8e
All checks were successful
Check meta / check_meta (pull_request) Successful in 19s
Check workflows / check_workflows (pull_request) Successful in 19s
Build all the nodes / Jaccess04 (pull_request) Successful in 27s
Build all the nodes / netcore01 (pull_request) Successful in 28s
Run pre-commit on all files / pre-commit (push) Successful in 31s
Build all the nodes / Jaccess01 (pull_request) Successful in 31s
Build all the nodes / netcore02 (pull_request) Successful in 32s
Run pre-commit on all files / pre-commit (pull_request) Successful in 38s
Build all the nodes / ap01 (pull_request) Successful in 46s
Build all the nodes / bridge01 (pull_request) Successful in 56s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m3s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m3s
Build all the nodes / geo02 (pull_request) Successful in 1m8s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m10s
Build all the nodes / lab-router01 (pull_request) Successful in 1m9s
Build all the nodes / geo01 (pull_request) Successful in 1m10s
Build all the nodes / build01 (pull_request) Successful in 1m15s
Build the shell / build-shell (pull_request) Successful in 41s
Build all the nodes / cof02 (pull_request) Successful in 1m17s
Build all the nodes / iso (pull_request) Successful in 1m21s
Build all the nodes / tower01 (pull_request) Successful in 1m20s
Build all the nodes / vault01 (pull_request) Successful in 1m21s
Build all the nodes / web02 (pull_request) Successful in 1m12s
Build all the nodes / compute01 (pull_request) Successful in 1m41s
Build all the nodes / zulip01 (pull_request) Successful in 1m13s
Build all the nodes / rescue01 (pull_request) Successful in 1m42s
Build all the nodes / web03 (pull_request) Successful in 1m16s
Build all the nodes / web01 (pull_request) Successful in 1m32s
Build all the nodes / krz01 (pull_request) Successful in 1m49s
Build all the nodes / storage01 (pull_request) Successful in 2m6s
2025-06-12 16:58:41 +02:00
Compare
thubrecht force-pushed lon/dns.nix from 8324717c8e
All checks were successful
Check meta / check_meta (pull_request) Successful in 19s
Check workflows / check_workflows (pull_request) Successful in 19s
Build all the nodes / Jaccess04 (pull_request) Successful in 27s
Build all the nodes / netcore01 (pull_request) Successful in 28s
Run pre-commit on all files / pre-commit (push) Successful in 31s
Build all the nodes / Jaccess01 (pull_request) Successful in 31s
Build all the nodes / netcore02 (pull_request) Successful in 32s
Run pre-commit on all files / pre-commit (pull_request) Successful in 38s
Build all the nodes / ap01 (pull_request) Successful in 46s
Build all the nodes / bridge01 (pull_request) Successful in 56s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m3s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m3s
Build all the nodes / geo02 (pull_request) Successful in 1m8s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m10s
Build all the nodes / lab-router01 (pull_request) Successful in 1m9s
Build all the nodes / geo01 (pull_request) Successful in 1m10s
Build all the nodes / build01 (pull_request) Successful in 1m15s
Build the shell / build-shell (pull_request) Successful in 41s
Build all the nodes / cof02 (pull_request) Successful in 1m17s
Build all the nodes / iso (pull_request) Successful in 1m21s
Build all the nodes / tower01 (pull_request) Successful in 1m20s
Build all the nodes / vault01 (pull_request) Successful in 1m21s
Build all the nodes / web02 (pull_request) Successful in 1m12s
Build all the nodes / compute01 (pull_request) Successful in 1m41s
Build all the nodes / zulip01 (pull_request) Successful in 1m13s
Build all the nodes / rescue01 (pull_request) Successful in 1m42s
Build all the nodes / web03 (pull_request) Successful in 1m16s
Build all the nodes / web01 (pull_request) Successful in 1m32s
Build all the nodes / krz01 (pull_request) Successful in 1m49s
Build all the nodes / storage01 (pull_request) Successful in 2m6s
to f4f300f1b3
All checks were successful
Check workflows / check_workflows (push) Successful in 26s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / Jaccess01 (pull_request) Successful in 31s
Run pre-commit on all files / pre-commit (push) Successful in 39s
Run pre-commit on all files / pre-commit (pull_request) Successful in 40s
Build all the nodes / Jaccess04 (pull_request) Successful in 32s
Build all the nodes / ap01 (pull_request) Successful in 1m1s
Build all the nodes / netcore01 (pull_request) Successful in 28s
Build all the nodes / netcore02 (pull_request) Successful in 28s
Build all the nodes / geo01 (pull_request) Successful in 1m22s
Build all the nodes / cof02 (pull_request) Successful in 1m25s
Build all the nodes / build01 (pull_request) Successful in 1m31s
Build all the nodes / bridge01 (pull_request) Successful in 1m32s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m17s
Build all the nodes / geo02 (pull_request) Successful in 1m28s
Build all the nodes / lab-router01 (pull_request) Successful in 1m11s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m27s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m25s
Build the shell / build-shell (pull_request) Successful in 45s
Build all the nodes / compute01 (pull_request) Successful in 1m41s
Build all the nodes / tower01 (pull_request) Successful in 1m10s
Build all the nodes / iso (pull_request) Successful in 1m32s
Build all the nodes / zulip01 (pull_request) Successful in 1m1s
Build all the nodes / web02 (pull_request) Successful in 1m6s
Build all the nodes / rescue01 (pull_request) Successful in 1m29s
Build all the nodes / vault01 (pull_request) Successful in 1m19s
Build all the nodes / krz01 (pull_request) Successful in 1m48s
Build all the nodes / storage01 (pull_request) Successful in 1m35s
Build all the nodes / web03 (pull_request) Successful in 1m19s
Build all the nodes / web01 (pull_request) Successful in 1m22s
2025-06-12 21:04:25 +02:00
Compare
thubrecht scheduled this pull request to auto merge when all checks succeed 2025-06-12 21:04:28 +02:00
lbailly force-pushed lon/dns.nix from f4f300f1b3
All checks were successful
Check workflows / check_workflows (push) Successful in 26s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / Jaccess01 (pull_request) Successful in 31s
Run pre-commit on all files / pre-commit (push) Successful in 39s
Run pre-commit on all files / pre-commit (pull_request) Successful in 40s
Build all the nodes / Jaccess04 (pull_request) Successful in 32s
Build all the nodes / ap01 (pull_request) Successful in 1m1s
Build all the nodes / netcore01 (pull_request) Successful in 28s
Build all the nodes / netcore02 (pull_request) Successful in 28s
Build all the nodes / geo01 (pull_request) Successful in 1m22s
Build all the nodes / cof02 (pull_request) Successful in 1m25s
Build all the nodes / build01 (pull_request) Successful in 1m31s
Build all the nodes / bridge01 (pull_request) Successful in 1m32s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m17s
Build all the nodes / geo02 (pull_request) Successful in 1m28s
Build all the nodes / lab-router01 (pull_request) Successful in 1m11s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m27s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m25s
Build the shell / build-shell (pull_request) Successful in 45s
Build all the nodes / compute01 (pull_request) Successful in 1m41s
Build all the nodes / tower01 (pull_request) Successful in 1m10s
Build all the nodes / iso (pull_request) Successful in 1m32s
Build all the nodes / zulip01 (pull_request) Successful in 1m1s
Build all the nodes / web02 (pull_request) Successful in 1m6s
Build all the nodes / rescue01 (pull_request) Successful in 1m29s
Build all the nodes / vault01 (pull_request) Successful in 1m19s
Build all the nodes / krz01 (pull_request) Successful in 1m48s
Build all the nodes / storage01 (pull_request) Successful in 1m35s
Build all the nodes / web03 (pull_request) Successful in 1m19s
Build all the nodes / web01 (pull_request) Successful in 1m22s
to a7377a6afc
All checks were successful
Build all the nodes / web01 (pull_request) Successful in 1m32s
Build all the nodes / krz01 (pull_request) Successful in 1m57s
Build all the nodes / storage01 (pull_request) Successful in 1m38s
Build all the nodes / Jaccess01 (push) Successful in 27s
Build all the nodes / Jaccess04 (push) Successful in 29s
Build all the nodes / netcore01 (push) Successful in 28s
Build all the nodes / netcore02 (push) Successful in 30s
Run pre-commit on all files / pre-commit (push) Successful in 35s
Build the shell / build-shell (push) Successful in 27s
Build all the nodes / ap01 (push) Successful in 51s
Build all the nodes / geo02 (push) Successful in 56s
Build all the nodes / bridge01 (push) Successful in 1m2s
Build all the nodes / hypervisor02 (push) Successful in 1m6s
Build all the nodes / hypervisor01 (push) Successful in 1m13s
Build all the nodes / hypervisor03 (push) Successful in 1m14s
Build all the nodes / lab-router01 (push) Successful in 1m18s
Build all the nodes / geo01 (push) Successful in 1m21s
Build all the nodes / tower01 (push) Successful in 1m19s
Build all the nodes / cof02 (push) Successful in 1m33s
Build all the nodes / vault01 (push) Successful in 1m31s
Build all the nodes / build01 (push) Successful in 1m34s
Build all the nodes / compute01 (push) Successful in 1m46s
Build all the nodes / web03 (push) Successful in 1m34s
Build all the nodes / rescue01 (push) Successful in 1m54s
Build all the nodes / iso (push) Successful in 1m59s
Build all the nodes / zulip01 (push) Successful in 1m47s
Build all the nodes / web01 (push) Successful in 2m4s
Build all the nodes / web02 (push) Successful in 1m56s
Build all the nodes / storage01 (push) Successful in 2m14s
Build all the nodes / krz01 (push) Successful in 2m21s
2025-06-12 21:06:57 +02:00
Compare
thubrecht deleted branch lon/dns.nix 2025-06-12 21:09:35 +02:00
Sign in to join this conversation.
No description provided.