4 lines
78 B
Python
4 lines
78 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
ip_cidr_regex="\d{0,3}\.\d{0,3}\.\d{0,3}\.\d{0,3}\/(\d+)"
|