From 0afd2fa8910184182c4eada7146970efcd203fcd Mon Sep 17 00:00:00 2001 From: net-byte <73525068+net-byte@users.noreply.github.com> Date: Sun, 31 Jul 2022 01:46:45 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06ac645..d2d9c86 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ You'd see the ICMP packets printed out: 1. Only Point-to-Point user TUN devices are supported. TAP devices are *not* supported natively by macOS. 2. Custom interface names are not supported by macOS. Interface names are automatically generated serially, using the `utun<#>` naming convention. -### TAP on Windows: +### Tun on Windows: To use it with windows, you will need to install a [wintun driver](https://www.wintun.net/) for windows. @@ -216,7 +216,7 @@ If you are going to use multiple TUN devices on the Windows, there is a way to s ifce, err := water.New(water.Config{ DeviceType: water.TUN, PlatformSpecificParams: water.PlatformSpecificParams{ - InterfaceName: "Ethernet 3", + Name: "wintun", Network: "172.16.1.10/24", }, })