Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lzjluzijie committed Dec 2, 2018
1 parent 1d38a42 commit 108e0ff
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions websocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand All @@ -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",
Expand Down

0 comments on commit 108e0ff

Please sign in to comment.