mirror of https://github.com/cbeuw/Cloak
Fix plugin mode
This commit is contained in:
parent
6fbd39ea10
commit
30c3936154
|
|
@ -117,7 +117,7 @@ func main() {
|
|||
// The proxy port,should be 443
|
||||
var remotePort string
|
||||
var pluginOpts string
|
||||
var isAdmin *bool
|
||||
isAdmin := new(bool)
|
||||
|
||||
log.SetFlags(log.LstdFlags | log.Lshortfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue