Fix up fwmark handling
This commit is contained in:
@@ -24,7 +24,7 @@ type Device struct {
|
||||
mutex sync.RWMutex
|
||||
addr *net.UDPAddr // UDP source address
|
||||
conn *net.UDPConn // UDP "connection"
|
||||
fwmark int
|
||||
fwmark uint32
|
||||
}
|
||||
mutex sync.RWMutex
|
||||
privateKey NoisePrivateKey
|
||||
|
||||
Reference in New Issue
Block a user