Add cloakport and prefer ip parameters to proxyopts

This commit is contained in:
9seconds
2021-03-17 21:47:13 +03:00
parent 57cb1b5aa0
commit 83eeedc008
+2
View File
@@ -9,4 +9,6 @@ type ProxyOpts struct {
Logger Logger Logger Logger
Concurrency uint Concurrency uint
CloakPort uint
PreferIP string
} }