rpc: let peers generate their own dedicated zones

This commit is contained in:
Luna Yao
2026-02-18 20:47:34 +01:00
parent cff0264caf
commit c4cf8cf1d8
4 changed files with 82 additions and 71 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ package dns;
message DnsConfigPb {
repeated ZoneConfigPb zones = 1;
string name = 2;
string domain = 3;
string fqdn = 2;
}
message ZoneConfigPb {