ping ipv6 for macos
This commit is contained in:
		
							parent
							
								
									4d4d504d6e
								
							
						
					
					
						commit
						e7cc5340e5
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		|  | @ -38,7 +38,13 @@ function Ping(host, options) { | ||||||
|         this._regmatch = /=([0-9.]+?) ms/; |         this._regmatch = /=([0-9.]+?) ms/; | ||||||
| 
 | 
 | ||||||
|     } else if (MAC) { |     } else if (MAC) { | ||||||
|  | 
 | ||||||
|  |         if (net.isIPv6(host) || options.ipv6) { | ||||||
|  |             this._bin = "/sbin/ping6"; | ||||||
|  |         } else { | ||||||
|             this._bin = "/sbin/ping"; |             this._bin = "/sbin/ping"; | ||||||
|  |         } | ||||||
|  | 
 | ||||||
|         this._args = (options.args) ? options.args : [ "-n", "-t", "2", "-c", "1", host ]; |         this._args = (options.args) ? options.args : [ "-n", "-t", "2", "-c", "1", host ]; | ||||||
|         this._regmatch = /=([0-9.]+?) ms/; |         this._regmatch = /=([0-9.]+?) ms/; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue