mirror of
https://github.com/taixingyiji/openit.git
synced 2025-11-03 08:42:20 +00:00
2022.07.20 16:18:09 更新订阅
This commit is contained in:
6
utils/rm/node_modules/ip-address/lib/v4/constants.js
generated
vendored
Normal file
6
utils/rm/node_modules/ip-address/lib/v4/constants.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
exports.BITS = 32;
|
||||
exports.GROUPS = 4;
|
||||
|
||||
exports.RE_ADDRESS = /^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/g;
|
||||
|
||||
exports.RE_SUBNET_STRING = /\/\d{1,2}$/;
|
||||
Reference in New Issue
Block a user