Skip to content

Commit

Permalink
Update praser
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4ntonn committed Apr 26, 2021
1 parent 51031e0 commit edf4c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/initial/praser.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func ParseOptions() *Options {
printer.Warning("[*] Starting admin node on port %s\n", Args.Listen)
} else if Args.Connect != "" && Args.Listen == "" && Args.Proxy == "" { // ./stowaway_admin -c <ip:port> -s [secret]
Args.Mode = NORMAL_ACTIVE
printer.Warning("[*] Trying to connect node actively without proxy")
printer.Warning("[*] Trying to connect node actively")
} else if Args.Connect != "" && Args.Listen == "" && Args.Proxy != "" { // ./stowaway_admin -c <ip:port> -s [secret] --proxy <ip:port> --proxyu [username] --proxyp [password]
Args.Mode = PROXY_ACTIVE
printer.Warning("[*] Trying to connect node actively with proxy %s\n", Args.Proxy)
Expand Down

0 comments on commit edf4c96

Please sign in to comment.