mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 08:24:25 +01:00
Immediately forward packets from self to self on FreeBSD (#808)
This commit is contained in:
6
inside_bsd.go
Normal file
6
inside_bsd.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
|
||||
// +build darwin dragonfly freebsd netbsd openbsd
|
||||
|
||||
package nebula
|
||||
|
||||
const immediatelyForwardToSelf bool = true
|
||||
Reference in New Issue
Block a user