mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 14:50:26 +08:00
实现公用的IP名单
This commit is contained in:
4
web/views/@default/servers/iplists/createIPPopup.js
Normal file
4
web/views/@default/servers/iplists/createIPPopup.js
Normal file
@@ -0,0 +1,4 @@
|
||||
Tea.context(function () {
|
||||
this.type = "ipv4"
|
||||
this.eventLevel = (this.listType == "white") ? "debug" : "critical"
|
||||
})
|
||||
Reference in New Issue
Block a user