[Bug 272842] Missing WireGuard integration into the base system rc.d scripts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Dec 2024 12:59:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272842
Patrick M. Hausen <pmh@hausen.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pmh@hausen.com
--- Comment #10 from Patrick M. Hausen <pmh@hausen.com> ---
Why not import net/wireguard-tools into base?
Been using it for years, first with the golang based implementation, then with
kernel based one.
All you need is:
wireguard_enable="YES"
wireguard_interfaces="wg0"
And then wg0.conf with interface and peer definitions. Routes are installed
automatically based on AllowedIPs settings.
What am I missing?
--
You are receiving this mail because:
You are on the CC list for the bug.