update
This commit is contained in:
@@ -3,9 +3,11 @@ package logic
|
||||
import (
|
||||
"fmt"
|
||||
C "github.com/Dreamacro/clash/constant"
|
||||
"github.com/Dreamacro/clash/rule/common"
|
||||
)
|
||||
|
||||
type NOT struct {
|
||||
common.Base
|
||||
rule C.Rule
|
||||
payload string
|
||||
adapter string
|
||||
@@ -49,7 +51,3 @@ func (not *NOT) Payload() string {
|
||||
func (not *NOT) ShouldResolveIP() bool {
|
||||
return not.rule.ShouldResolveIP()
|
||||
}
|
||||
|
||||
func (not *NOT) RuleExtra() *C.RuleExtra {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user