Add support for NetBSD (#916)

This commit is contained in:
c0repwn3r
2023-07-27 14:44:47 -04:00
committed by GitHub
parent 9c6592b159
commit 03e70210a5
4 changed files with 205 additions and 1 deletions

View File

@@ -207,6 +207,7 @@ tun:
disabled: false
# Name of the device. If not set, a default will be chosen by the OS.
# For macOS: if set, must be in the form `utun[0-9]+`.
# For NetBSD: Required to be set, must be in the form `tun[0-9]+`
dev: nebula1
# Toggles forwarding of local broadcast packets, the address of which depends on the ip/mask encoded in pki.cert
drop_local_broadcast: false