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