##look_ip is dns lookup clilook_ip just need a domain argument
Example:
```
#get deno.land dns iplook_ip deno.land #return the blow ip address
34.120.54.55 deno.land
```

##Install```
cargo install look_ip
```