DNS支持TSIG

This commit is contained in:
刘祥超
2021-07-25 15:08:38 +08:00
parent f1da942189
commit 32d542aa6c
13 changed files with 907 additions and 149 deletions

View File

@@ -0,0 +1,9 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
// DNS子域
message NSZone {
int64 id = 1;
}