添加IP到IP名单时,可以选择批量输入

This commit is contained in:
GoEdgeLab
2021-08-26 10:28:52 +08:00
parent b2f287a27a
commit 73ea0a4bc4
24 changed files with 269 additions and 488 deletions

View File

@@ -1,4 +1,5 @@
Tea.context(function () {
this.type = "ipv4"
this.eventLevel = (this.listType == "white") ? "debug" : "critical"
this.method = "single"
})