lucaslah

Results 1 issues of lucaslah

On macOS the get default gateway script dose not work. ``` network.get_gateway_ip(function(err, ip) { console.log(err || ip); // err may be 'No active network interface found.' }) ``` This is...