Browse Source

Add cloakport and prefer ip parameters to proxyopts

tags/v2.0.0-rc1
9seconds 5 years ago
parent
commit
83eeedc008
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      mtglib/proxy_opts.go

+ 2
- 0
mtglib/proxy_opts.go View File

@@ -9,4 +9,6 @@ type ProxyOpts struct {
9 9
 	Logger          Logger
10 10
 
11 11
 	Concurrency uint
12
+	CloakPort   uint
13
+	PreferIP    string
12 14
 }

Loading…
Cancel
Save