1
0
mirror of synced 2025-04-21 22:25:55 +03:00

Updated README

This commit is contained in:
yhirose 2019-12-15 20:31:36 -05:00
parent 82a5ac735f
commit c776454c84

View File

@ -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
```