|
|
|
|
|
by akeruu
2892 days ago
|
|
This happens more often then you might think. A lot of people are adding padding when they need to store IPs. So they can be easily sorted using alphanumeric sort: 192.168.001.001
192.168.001.002
192.168.001.003
...
192.168.001.254 And then use it that way to connect to servers, causing lots of confusions. |
|