Added fwmark code
This commit is contained in:
11
src/conn_default.go
Normal file
11
src/conn_default.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !linux
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"net"
|
||||
)
|
||||
|
||||
func setFwmark(conn *net.UDPConn, value int) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user