Skip to content
  • Jon Crussell's avatar
    protonuke: use golang's stdlib to parse hosts · f24f8957
    Jon Crussell authored
    Use as much of the stdlib as possible when parsing hosts. Cuts out a
    bunch of code... yay.
    
    Originally started with trying to remove the broadcast address from
    hosts (e.g. 127.0.0.255 being listed when 127.0.0.0/24 passed as host).
    f24f8957