From 65ea98ab65589b16ec6c3bd819922fa90d9a7fb8 Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Sun, 11 Oct 2020 16:04:15 +0200 Subject: [PATCH] Added Windows Sandbox note --- docs/Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Usage.md b/docs/Usage.md index faeea6e..d1e506d 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -149,7 +149,7 @@ If placed just after `connect` refers to the main address and all additive coupl -u or --no-reuse > Use this subparser `connect` option not to allow binding / listening to the same ip address - port couple specified with `-n`. -If placed just after `connect` refers to the main address and all additive couples without `-b` or `-u` options. Reusing port is activated by default. +If placed just after `connect` refers to the main address and all additive couples without `-b` or `-u` options. Reusing port is activated by default (except when running inside the Windows Sandbox and the current user is `WDAGUtilityAccount`). -d or --dual > Use this subparser `connect` option to allow listening to an IPv6 address also accepting connections via IPv4.