proto: rename DnsPeerMgrRpc

This commit is contained in:
Luna Yao
2026-02-21 01:59:51 +01:00
parent a8fa7be4ce
commit 4a18a86ed6
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ message GetExportConfigResponse {
string fqdn = 2;
}
service DnsPeerManagerRpc {
service DnsPeerMgrRpc {
rpc GetExportConfig(GetExportConfigRequest) returns (GetExportConfigResponse) {}
}