tailscale/tempfork/wireguard-windows/firewall
Josh Bleecher Snyder a5da4ed981 all: gofmt with Go 1.17
This adds "//go:build" lines and tidies up existing "// +build" lines.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-08-05 15:54:00 -07:00
..
blocker.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
helpers.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
mksyscall.go tempfork/wireguard-windows/firewall: add. 2021-03-01 19:37:22 -08:00
README.md tempfork/wireguard-windows/firewall: add. 2021-03-01 19:37:22 -08:00
rules.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
syscall_windows.go tempfork/wireguard-windows/firewall: add. 2021-03-01 19:37:22 -08:00
types_windows_32.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
types_windows_64.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
types_windows_test.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
types_windows.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
zsyscall_windows.go tempfork/wireguard-windows: remove unnecessary build tag 2021-07-19 15:31:56 -07:00

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.