Feature: support PROCESS-NAME on macOS
This commit is contained in:
11
rules/process_other.go
Normal file
11
rules/process_other.go
Normal file
@ -0,0 +1,11 @@
|
||||
// +build !darwin
|
||||
|
||||
package rules
|
||||
|
||||
import (
|
||||
C "github.com/Dreamacro/clash/constant"
|
||||
)
|
||||
|
||||
func NewProcess(process string, adapter string) (C.Rule, error) {
|
||||
return nil, ErrPlatformNotSupport
|
||||
}
|
Reference in New Issue
Block a user