This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d38a42
commit 108e0ff
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,14 @@ import ( | |
|
||
func main() { | ||
app := cli.App{ | ||
Name: "WebSocks", | ||
Name: "WebSocks", | ||
/* | ||
todo more websocket connections | ||
todo better log | ||
todo better stats | ||
*/ | ||
Version: "0.15.0", | ||
Usage: "A secure proxy based on WebSocket. Click to start web client.", | ||
Usage: "A secure proxy based on WebSocket.", | ||
Description: "websocks.org", | ||
Author: "Halulu", | ||
Email: "[email protected]", | ||
|
@@ -40,8 +45,9 @@ func main() { | |
Usage: "server url", | ||
}, | ||
cli.BoolFlag{ | ||
Name: "mux", | ||
Usage: "mux mode", | ||
Name: "mux", | ||
//todo | ||
Usage: "mux mode(test)", | ||
}, | ||
cli.StringFlag{ | ||
Name: "sni", | ||
|