Skip to content
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

Support for FreeBSD #62

Open
TheHolm opened this issue Jul 15, 2021 · 0 comments
Open

Support for FreeBSD #62

TheHolm opened this issue Jul 15, 2021 · 0 comments

Comments

@TheHolm
Copy link

TheHolm commented Jul 15, 2021

There are plenty of network devices based on FreeBSD. pfSence and OPNSence are primary example. Not to mention that support for pure FreeBSD box will increase potential install base and open way to use it on Apple MACs ( this will be complicated).

Big problem with FreeBSD is lack of single implementation of WireGuard protocol. There are 2 exists

  1. User-space written on ruby and available for all versions
  2. Kernel module which after pfSence drama failed to get to to latest version of FreeBSD , but eventually will be there.

Both versions are using same set of userspace tools.

So implementation for 1 will give better immediate coverage, option 2 is future proof.

If you can make code to work under FreeBSD I will happily package it for you.

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

No branches or pull requests

1 participant