From a8c7a6a13b5e91f1a92ea0d472a0a0cdeca32c8e Mon Sep 17 00:00:00 2001 From: Allan Logedi <77148305+logz254@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:56:44 +0300 Subject: [PATCH] Update interface.md small typo --- usingcurl/connections/interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usingcurl/connections/interface.md b/usingcurl/connections/interface.md index b9b7507c9..14c2578b8 100644 --- a/usingcurl/connections/interface.md +++ b/usingcurl/connections/interface.md @@ -19,7 +19,7 @@ We discourage use of a hostname in there, because how that forces curl to do a name resolve to figure out an IP address. If you cannot specify an interface name, consider using a fixed IP address. -In addition, you can ask to explicitly use and IP address or interface name to +In addition, you can ask to explicitly use an IP address or interface name to prevent curl from having to guess. Do this by prefix the string with `if!` for interface name or `host!` for an IP address. Like this: