Add support for naming FreeBSD tun devices (#903)

This commit is contained in:
John Maguire
2023-06-22 12:13:31 -04:00
committed by GitHub
parent 3bbf5f4e67
commit 8ba5d64dbc
6 changed files with 142 additions and 41 deletions

View File

@@ -194,7 +194,6 @@ 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 FreeBSD: 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