Skip to content

Commit

Permalink
feat: bsd support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Chatelain committed Dec 10, 2024
1 parent 311d80d commit cecf781
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ builds:
- linux
- darwin
- windows
- freebsd
- openbsd
goarch:
- amd64
- arm
Expand Down
3 changes: 3 additions & 0 deletions pkg/proxy/netstack/tun/wireguard_freebsd.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package tun

const offset = 4
3 changes: 3 additions & 0 deletions pkg/proxy/netstack/tun/wireguard_openbsd.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package tun

const offset = 4

0 comments on commit cecf781

Please sign in to comment.