feat(homeserver): publish HTTPS instead of SVCB records

This commit is contained in:
nazeh
2024-10-07 17:11:25 +03:00
parent affd589f1a
commit 5a1a3da70b

View File

@@ -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)?;