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.
This commit is contained in:
brad-defined
2022-06-27 14:36:10 -04:00
committed by GitHub
parent 0d1ee4214a
commit 169cdbbd35
3 changed files with 20 additions and 1 deletions

6
inside_generic.go Normal file
View File

@@ -0,0 +1,6 @@
//go:build !darwin
// +build !darwin
package nebula
const immediatelyForwardToSelf bool = false