商业版增加UAM功能

This commit is contained in:
GoEdgeLab
2022-03-29 21:24:57 +08:00
parent 02c06adf65
commit 03a7697bdc
3 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build !plus
// +build !plus
package nodes
// UAM
func (this *HTTPRequest) doUAM() (block bool) {
return false
}