mirror of
https://github.com/slackhq/nebula.git
synced 2024-11-10 17:24:37 +08:00
169cdbbd35
* 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.
6 lines
98 B
Go
6 lines
98 B
Go
//go:build !darwin
|
|
// +build !darwin
|
|
|
|
package nebula
|
|
|
|
const immediatelyForwardToSelf bool = false
|