mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-13 06:08:48 +01:00
7 lines
116 B
Go
7 lines
116 B
Go
|
package net
|
||
|
|
||
|
const (
|
||
|
// NetbirdFwmark is the fwmark value used by Netbird via wireguard
|
||
|
NetbirdFwmark = 0x1BD00
|
||
|
)
|