aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-23 20:25:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-23 20:31:23 +0100
commitfc1c72658f6f264e8983cb09ceee258309b78461 (patch)
treed4070da577f10afda50a7931d91c75b13eab5e8f /docs
parentmod: bump (diff)
downloadwireguard-windows-fc1c72658f6f264e8983cb09ceee258309b78461.tar.xz
wireguard-windows-fc1c72658f6f264e8983cb09ceee258309b78461.zip
firewall: add allow rule for tunnel service process even when no blocking is required
This is essential for allowing incoming connections. Reported-by: /u/Julien_Madagascar on Reddit Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/netquirk.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/netquirk.md b/docs/netquirk.md
index 0a7f1963..b295b204 100644
--- a/docs/netquirk.md
+++ b/docs/netquirk.md
@@ -22,7 +22,7 @@ If you'd like to use a default route _without_ having these restrictive kill-swi
### Considerations for non-`/0` Allowed IPs
-When the above conditions do not apply, routing and DNS information is handed to Windows in the typical way for Windows to manage. This includes its [ordinary multihomed DNS resolution behavior](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd197552%28v%3Dws.10%29) as well as its ordinary routing table resolution. Users may make use of the normal Windows firewalling and network configuration capabilities to firewall this as needed.
+When the above conditions do not apply, routing and DNS information is handed to Windows in the typical way for Windows to manage. This includes its [ordinary multihomed DNS resolution behavior](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd197552%28v%3Dws.10%29) as well as its ordinary routing table resolution. Users may make use of the normal Windows firewalling and network configuration capabilities to firewall this as needed. One firewall rule is added, however, which allows the tunnel service to send and receive WireGuard packets.
### Network List Manager