feat: docking disableFollowCNAME config item function #228

This commit is contained in:
PBK-B
2024-10-20 23:29:35 +08:00
parent 2c75d2bfde
commit 64b7ed00f5
5 changed files with 93 additions and 10 deletions

View File

@@ -53,6 +53,7 @@ export type ApplyConfig = {
keyAlgorithm?: string;
nameservers?: string;
timeout?: number;
disableFollowCNAME?: boolean;
};
export type Statistic = {