Skip to content

Commit

Permalink
ConfigFIle mode host bug
Browse files Browse the repository at this point in the history
  • Loading branch information
刘河 committed Apr 3, 2019
1 parent a831ccd commit f0f5057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ func dealCommon(s string) *CommonConfig {
func dealHost(s string) *file.Host {
h := &file.Host{}
h.Target = new(file.Target)
h.Scheme = "all"
var headerChange string
for _, v := range splitStr(s) {
item := strings.Split(v, "=")
Expand Down
2 changes: 1 addition & 1 deletion lib/version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

const VERSION = "0.21.1"
const VERSION = "0.21.2"

// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {
Expand Down

0 comments on commit f0f5057

Please sign in to comment.