nebula/inside_generic.go
brad-defined 169cdbbd35
Immediately forward packets received on the nebula TUN device from self to self (#501)
* Immediately forward packets received on the nebula TUN device with a destination of our Nebula VPN IP right back out that same TUN device on MacOS.
2022-06-27 14:36:10 -04:00

7 lines
98 B
Go

//go:build !darwin
// +build !darwin
package nebula
const immediatelyForwardToSelf bool = false