Skip to content

internal/wgopenbsd: implement device configuration #152

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Arcterus
Copy link

@Arcterus Arcterus commented Mar 11, 2025

I've added device configuration for OpenBSD. The code is still (IMO) sort of messy (and probably needs tests, although that's pretty low priority for me at the moment), but it is functional. I've mainly been testing it manually on a real interface. As a side note, the docs for the wg driver kind of suck. I ended up trawling through the ifconfig code to make sure I was doing things correctly.

Also, I should note that I've only really tested IPv4 for the endpoint.

Should resolve #34.

@jmatthew
Copy link

nice work! I've tested this out a bit as part of an eduVPN setup and it all seems to work, including IPv6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

internal/wgopenbsd: add configuration for OpenBSD kernel devices
2 participants