ConfigFIle mode host bug

pull/103/head v0.21.2
刘河 2019-04-03 17:15:50 +08:00
parent a831ccd8fa
commit f0f50579fc
2 changed files with 2 additions and 1 deletions

View File

@ -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, "=")

View File

@ -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 {