add fallthrough flag

zone

test log
This commit is contained in:
Luna Yao
2026-04-18 02:45:45 +02:00
parent 9332baf6f9
commit bc86917dea
6 changed files with 119 additions and 19 deletions
+1
View File
@@ -10,6 +10,7 @@ message ZoneData {
uint32 ttl = 3;
repeated string records = 4;
repeated common.Url forwarders = 5;
bool fallthrough = 6;
}
message GetExportConfigRequest {}