mirror of
https://github.com/lwch/natpass
synced 2025-10-29 22:51:43 +08:00
移除反向代理代码
This commit is contained in:
6
code/client/rule/vnc/process/errors.go
Normal file
6
code/client/rule/vnc/process/errors.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package process
|
||||
|
||||
import "errors"
|
||||
|
||||
// ErrNotSupported not supported
|
||||
var ErrNotSupported = errors.New("not supported")
|
||||
Reference in New Issue
Block a user