DNS服务支持密钥管理/“域名服务”改为“自建DNS”

This commit is contained in:
刘祥超
2021-07-25 09:44:29 +08:00
parent 2e7d64d97b
commit 6b9d5cf7a0
22 changed files with 621 additions and 29 deletions

View File

@@ -388,6 +388,10 @@ func (this *RPCClient) NSRecordRPC() pb.NSRecordServiceClient {
return pb.NewNSRecordServiceClient(this.pickConn())
}
func (this *RPCClient) NSKeyRPC() pb.NSKeyServiceClient {
return pb.NewNSKeyServiceClient(this.pickConn())
}
func (this *RPCClient) NSRouteRPC() pb.NSRouteServiceClient {
return pb.NewNSRouteServiceClient(this.pickConn())
}