chore: doc

This commit is contained in:
xiaojunnuo
2025-05-11 10:22:10 +08:00
parent b454e02d01
commit c7f2ead696
5 changed files with 14 additions and 7 deletions
@@ -8,6 +8,8 @@ export abstract class AbstractDnsProvider<T = any> implements IDnsProvider<T> {
logger!: ILogger;
usePunyCode(): boolean {
//是否使用punycode来添加解析记录
//默认都使用原始中文域名来添加
return false;
}