You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tempfork/wireguard-windows/firewall
David Anderson ac3de93d5c tempfork/wireguard-windows/firewall: add.
This is a fork of wireguard-windows's firewall package, with
the firewall rules adjusted to better line up with tailscale's
needs.

The package was taken from commit 3cc76ed5f222ec82748ef3bd8c41d4b059e28cdb
in our fork of wireguard-go.

Signed-off-by: David Anderson <danderson@tailscale.com>
3 years ago
..
README.md tempfork/wireguard-windows/firewall: add. 3 years ago
blocker.go tempfork/wireguard-windows/firewall: add. 3 years ago
helpers.go tempfork/wireguard-windows/firewall: add. 3 years ago
mksyscall.go tempfork/wireguard-windows/firewall: add. 3 years ago
rules.go tempfork/wireguard-windows/firewall: add. 3 years ago
syscall_windows.go tempfork/wireguard-windows/firewall: add. 3 years ago
types_windows.go tempfork/wireguard-windows/firewall: add. 3 years ago
types_windows_32.go tempfork/wireguard-windows/firewall: add. 3 years ago
types_windows_64.go tempfork/wireguard-windows/firewall: add. 3 years ago
types_windows_test.go tempfork/wireguard-windows/firewall: add. 3 years ago
zsyscall_windows.go tempfork/wireguard-windows/firewall: add. 3 years ago

README.md

This is a copy of the tunnel/firewall package of https://git.zx2c4.com/wireguard-windows, with some hardcoded filter rules adjusted to function with Tailscale, rather than wireguard-windows's process structure.

You should not use this package. It exists as a band-aid while we figure out how to upstream a more flexible firewall package that does the fancier things we need, while also supporting wireguard-windows's goals.