-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
61 lines (57 loc) · 1.25 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 设置
setting:
# 域名信息获取网址,断点查询使用,即 domain 项
url: ""
# 查询结果保存网址
# 具体 https://github.com/dutchcoders/transfer.sh 搭建的站点
transfer: ""
# 域名列表文件地址
data_path: domain.txt
# 日志文件
log_path: domain.log
# 最大查询次数
max_retries: 3
# 域名
domain:
# 后缀
suffixes: cn
# 长度
length: 1
# 组合模式
# 1.纯数字,2.纯字母,3.纯数字+纯字母,4.数字与字母混合,5.自定义字符
# 6.杂米(不含纯数字和字母),7.杂米,自定义字符
mode: 3
# 自定义组合字母表
alphabets: ""
# 起始域名(以此域名开始记录(含),字符长度必须与 length 一致)
start_char: ""
# 组合前缀
prefix: ""
# 组合后缀
suffix: ""
# 是否已完成
done: 1
# Whois
whois:
# 使用代理(功能未实现)
proxy: false
# 默认 Whois 提供商
# west.西部数码(带注册时间),qcloud.腾讯云,zzidc.景安
# 比如: west,qcloud,zzidc
isp:
# 通知
notify:
# 启用
enable: ""
# 钉钉
dingtalk:
# 钉钉 access_token
token: ""
# 钉钉 Secret
secret: ""
# 飞书
feishu:
# 飞书 Token
token: ""
# 飞书 Secret
secret: ""