Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo committed Feb 5, 2019
1 parent f66763f commit 5d6f482
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@ db, err := sql.Open("mysql", "yyyy:xxx@websocket(https://example.com/proxy/mysql

```
Usage of ./wsgate-server:
-dial_timeout duration
Dial timeout. (default 10s)
-handshake_timeout duration
Handshake timeout. (default 10s)
-listen string
Address to listen to. (default "127.0.0.1:8086")
-map string
path and proxy host mapping file
-public-key string
public key for signing auth header
-version
show version
-write_timeout duration
Write timeout. (default 10s)
-dial_timeout duration
Dial timeout. (default 10s)
-handshake_timeout duration
Handshake timeout. (default 10s)
-listen string
Address to listen to. (default "127.0.0.1:8086")
-map string
path and proxy host mapping file
-public-key string
public key for signing auth header
-version
show version
-write_timeout duration
Write timeout. (default 10s)
```

0 comments on commit 5d6f482

Please sign in to comment.