hyper icon indicating copy to clipboard operation
hyper copied to clipboard

How resolve DNS to a specific IP?

Open the-boring-dev opened this issue 6 years ago • 0 comments

Using hyper, is there a way to resolve a hostname to a specific IP address? Like the way we can do with cUrl's --resolve flag.

This is useful when you have a service that has regional DNS records and you want to send requests to a particular regional server.

This is how it works in requests.

the-boring-dev avatar Dec 08 '19 17:12 the-boring-dev