add port range support for service
This commit is contained in:
11
internal/net/dialer/dialer_other.go
Normal file
11
internal/net/dialer/dialer_other.go
Normal file
@ -0,0 +1,11 @@
|
||||
//go:build !linux
|
||||
|
||||
package dialer
|
||||
|
||||
func bindDevice(fd uintptr, ifceName string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func setMark(fd uintptr, mark int) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user