mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-06 18:10:26 +08:00
增加IP动作
This commit is contained in:
7
internal/iplibrary/action_utils_test.go
Normal file
7
internal/iplibrary/action_utils_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package iplibrary
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestIPv4RangeToCIDRRange(t *testing.T) {
|
||||
t.Log(iPv4RangeToCIDRRange("192.168.0.0", "192.168.255.255"))
|
||||
}
|
||||
Reference in New Issue
Block a user