mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-24 16:34:24 +01:00
feat(homeserver): publish HTTPS instead of SVCB records
This commit is contained in:
@@ -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)?;
|
||||
|
||||
Reference in New Issue
Block a user