fea: merge http and socks5 proxy.

This commit is contained in:
Daniel Ding
2025-03-14 14:18:56 +08:00
parent 45481a6956
commit 32afec64a4
9 changed files with 265 additions and 114 deletions

6
pkg/schema/ceci.go Normal file
View File

@@ -0,0 +1,6 @@
package schema
type Ceci struct {
Name string `json:"name"`
Config interface{} `json:"config"`
}