diff --git a/README.md b/README.md index 501305b..d1e5f85 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,8 @@ res->status; // 200 ### Use a specitic network interface +NOTE: This feature is not available on Windows, yet. + ```cpp cli.set_interface("eth0"); // Interface name, IP address or host name ```