-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
OpenBSD support? #2439
Comments
fwiw - I have a WIP port of AGH for OpenBSD. Currently I am running the latest stable release on arm64 without issues. #2417 was specifically for fixing master on OpenBD :D. I do want to add another change that allows for running as non-root. This would let one forward the dns requests from priv ports (via pf) to AGH running as a non-root user. |
Edge builds for OpenBSD are now built and published. Betas are coming in a couple of weeks. What works:
What doesn't work yet:
I'll close this issue. Please file new ones if you find bugs in the OpenBSD version. |
For anybody looking for the builds, they are here: |
Updates AdguardTeam#2439. Squashed commit of the following: commit 3ff109e Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jun 3 20:46:17 2021 +0300 all: imp code, docs commit 512ee6d Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jun 3 20:06:41 2021 +0300 all: openbsd support
OpenBSD is an OS that is relatively popular on routers, so we may want to support it in the future. Apart from a few external libraries, that will probably require patching, it shouldn't be that hard to support.
The text was updated successfully, but these errors were encountered: