mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Release v0.0.11
* Bug fixes * SSL/TLS client certificate authentication support by @freakhill and @uovobw * New option `--permit-argument` to allow client to provide command line arguments by @QuentinPerez
This commit is contained in:
parent
9e392334a7
commit
e1de07bce2
@ -64,7 +64,7 @@ type Options struct {
|
||||
Preferences map[string]interface{} `hcl:"preferences"`
|
||||
}
|
||||
|
||||
var Version = "0.0.10"
|
||||
var Version = "0.0.11"
|
||||
|
||||
var DefaultOptions = Options{
|
||||
Address: "",
|
||||
|
Loading…
Reference in New Issue
Block a user