智能DNS实现DoH功能

This commit is contained in:
GoEdgeLab
2023-06-11 17:57:41 +08:00
parent 2a8e703e70
commit ae8682dd2d
5 changed files with 736 additions and 377 deletions

View File

@@ -9,9 +9,10 @@ message NSCluster {
bool isOn = 2;
string name = 3;
string installDir = 4;
bytes tcpJSON = 5;
bytes tlsJSON = 6;
bytes udpJSON = 7;
bytes tcpJSON = 5; // TCP设置
bytes tlsJSON = 6; // TLS设置
bytes udpJSON = 7; // UDP设置
bytes dohJSON = 16; // DoH设置
repeated string hosts = 8;
bytes soaJSON = 12;
string email = 13;