add dns to RoutePeerInfo

This commit is contained in:
Luna Yao
2026-02-06 15:14:26 +01:00
parent 2eaa5c215d
commit b24bb42faa
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -2,6 +2,7 @@ syntax = "proto3";
import "google/protobuf/timestamp.proto";
import "common.proto";
import "dns.proto";
package peer_rpc;
@@ -46,6 +47,8 @@ message RoutePeerInfo {
// Trusted credential public keys published by admin nodes (holding network_secret)
repeated TrustedCredentialPubkeyProof trusted_credential_pubkeys = 19;
dns.DnsConfigPb dns = 20;
}
message PeerIdVersion {