From c776454c846c57af2d7fb6eda38cc33627e1b107 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sun, 15 Dec 2019 20:31:36 -0500 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```