|
# 4 numbers between 0 and 255, joined together with dots
|
|
# 4 numbers between 0 and 255, joined together with dots
|
|
Construct an ipv4-address with a list of 4 integers, e.g. to construct the ip 10.0.0.0 pass [10, 0, 0, 0]
|
|
Construct an ipv4-address with a list of 4 integers, e.g. to construct the ip 10.0.0.0 pass [10, 0, 0, 0]
|