fix(linbo_remote_cli): stop rejecting directed-broadcast WOL address -
a subnet's broadcast address always ends in .255 for prefix <= /24,
which was rejected by the host-address-shaped isValidIpv4() check,
silently disabling -u for the common case (#173, de59df6).