Browse Source

多协议代理

pull/38/head
songjc 1 year ago
parent
commit
a0928376e7
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      sdks/imfs/config.go

+ 4
- 3
sdks/imfs/config.go View File

@@ -4,7 +4,8 @@ type Config struct {
URL string `json:"url"`
}

type ClientConfig struct {
IP string `json:"ip"`
Port string `json:"port"`
type ProxyConfig struct {
IP string `json:"ip"`
ClientPort string `json:"clientPort"`
NodePort string `json:"nodePort"`
}

Loading…
Cancel
Save