aboutsummaryrefslogtreecommitdiffstats
path: root/main_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_windows.go')
-rw-r--r--main_windows.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main_windows.go b/main_windows.go
index 2bb4c0e..4954adc 100644
--- a/main_windows.go
+++ b/main_windows.go
@@ -27,6 +27,8 @@ func main() {
}
interfaceName := os.Args[1]
+ fmt.Fprintln(os.Stderr, "Warning: this is a test program for Windows, mainly used for debugging this Go package. For a real WireGuard for Windows client, the repo you want is <https://git.zx2c4.com/wireguard-windows/>, which includes this code as a module.")
+
logger := device.NewLogger(
device.LogLevelDebug,
fmt.Sprintf("(%s) ", interfaceName),