Files
EdgeNode/internal/nodes/http_request_plan_before.go

11 lines
204 B
Go
Raw Normal View History

2024-01-13 19:33:29 +08:00
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build !plus
package nodes
// 检查套餐
func (this *HTTPRequest) doPlanBefore() (blocked bool) {
// stub
return false
}