Future<List<String>> traceroute(String host, {int maxHops = 30}) async => await net_helpers.traceroute(host, maxHops: maxHops);