We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: FreeBSD 14.2-RELEASE
The frontend builds fine. Trying to build binary:
$ make build cp scripts/wg-portal.service dist CGO_ENABLED=1 go build -o dist/wg-portal -ldflags "-w -s -extldflags \"-static\" -X 'github.com/h44z/wg-portal/internal/server.Version=-'" -tags netgo cmd/wg-portal/main.go # github.com/h44z/wg-portal/internal/lowlevel internal/lowlevel/netlink.go:57:50: undefined: netlink.FAMILY_V4 internal/lowlevel/netlink.go:62:50: undefined: netlink.FAMILY_V6 internal/lowlevel/netlink.go:99:17: undefined: netlink.RuleAdd internal/lowlevel/netlink.go:103:17: undefined: netlink.RuleDel internal/lowlevel/netlink.go:107:17: undefined: netlink.RuleList *** Error code 1
Firstly I thought the issue was in wgctrl-go but it's not. Pleas check this discussion: WireGuard/wgctrl-go#148
wgctrl-go
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, Readme. FreeBSD is not supported currently. PRs are wellcome.
Sorry, something went wrong.
No branches or pull requests
OS: FreeBSD 14.2-RELEASE
The frontend builds fine. Trying to build binary:
Firstly I thought the issue was in
wgctrl-go
but it's not. Pleas check this discussion: WireGuard/wgctrl-go#148Thank you.
The text was updated successfully, but these errors were encountered: