mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-18 22:44:43 +08:00
Separate out mark setting for Windows
This commit is contained in:
12
mark_default.go
Normal file
12
mark_default.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// +build !linux,!openbsd,!freebsd
|
||||
|
||||
/* SPDX-License-Identifier: GPL-2.0
|
||||
*
|
||||
* Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
func (bind *NativeBind) SetMark(mark uint32) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user