Ideally you wouldn't use properly formatted IP addresses at all when
checking in your code unless they were meant to be used. You could instead
use something like: 44.xx.xx.xx
A perfectly reasonable exception to that is if you need your code to pass
automated tests that require a properly formatted value to exist there. In
that case, using 44net's testing subnet seems not only appropriate, but
ideal. ;)