mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-08 20:13:57 +01:00
* 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.
7 lines
98 B
Go
7 lines
98 B
Go
//go:build !darwin
|
|
// +build !darwin
|
|
|
|
package nebula
|
|
|
|
const immediatelyForwardToSelf bool = false
|