Skip to content

Commit

Permalink
feat(homeserver): publish HTTPS instead of SVCB records
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Oct 7, 2024
1 parent affd589 commit 5a1a3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubky/src/shared/pkarr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl PubkyClient {
"_pubky".try_into().unwrap(),
pkarr::dns::CLASS::IN,
60 * 60,
pkarr::dns::rdata::RData::SVCB(svcb),
pkarr::dns::rdata::RData::HTTPS(svcb.into()),
));

let signed_packet = SignedPacket::from_packet(keypair, &packet)?;
Expand Down

0 comments on commit 5a1a3da

Please sign in to comment.