aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/winipcfg
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-11 23:24:22 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-16 22:55:24 -0600
commit548405e21b87d982a2d2094ce565bac5ac3c308a (patch)
tree6843727e22985d3cd08cd76ee47868d2e53fd2cc /tunnel/winipcfg
parentmanager: remove legacy store support (diff)
downloadwireguard-windows-548405e21b87d982a2d2094ce565bac5ac3c308a.tar.xz
wireguard-windows-548405e21b87d982a2d2094ce565bac5ac3c308a.zip
global: remove wireguard-go/Wintun implementation
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tunnel/winipcfg')
-rw-r--r--tunnel/winipcfg/winipcfg_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tunnel/winipcfg/winipcfg_test.go b/tunnel/winipcfg/winipcfg_test.go
index 7689a0c1..5d3bc276 100644
--- a/tunnel/winipcfg/winipcfg_test.go
+++ b/tunnel/winipcfg/winipcfg_test.go
@@ -8,8 +8,8 @@
Some tests in this file require:
- A dedicated network adapter
- Any network adapter will do. It may be virtual (Wintun etc.). The adapter name
- must contain string "winipcfg_test".
+ Any network adapter will do. It may be virtual (WireGuardNT, Wintun,
+ etc.). The adapter name must contain string "winipcfg_test".
Tests will add, remove, flush DNS servers, change adapter IP address, manipulate
routes etc.
The adapter will not be returned to previous state, so use an expendable one.