Browse Source

Updated README

yhirose 6 years ago
parent
commit
c776454c84
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
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
 ```