商业版增加UAM功能

This commit is contained in:
刘祥超
2022-03-29 21:24:57 +08:00
parent db6e20ba37
commit f925d86107
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
}