Home > Resolve

Resolve

Resolve is a project mainly written in Vim Script, it's free.

DNS resolver for domains or ips under the cursor

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2293

Scripts resolves hostname / ip under cursor, using host command. It can either echo the result (re / rs), or substitute relevant part of the buffer (rE / rS). Currently resolving A / SRV / PTR is supported, but adding other types should be trivial if anyone needs them.

Previous:Glob-Edit