mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-08 07:50:27 +08:00
智能DNS初步支持搜索引擎线路
This commit is contained in:
14
pkg/rpc/protos/models/model_client_agent_ip.proto
Normal file
14
pkg/rpc/protos/models/model_client_agent_ip.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "models/model_client_agent.proto";
|
||||
|
||||
message ClientAgentIP {
|
||||
int64 id = 1;
|
||||
string ip = 2;
|
||||
string ptr = 3;
|
||||
|
||||
ClientAgent clientAgent = 30;
|
||||
}
|
||||
Reference in New Issue
Block a user