diff --git a/README.md b/README.md index 4df943bf5..673ee1414 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ### 版本更新 0.15.4 * OP防火墙-验证优化[cf缓存问题解决]。 -* OP防火墙-加入地区限制。 +* OP防火墙-加入地区限制(最好卸载重装)。 * 在aarch64架构下低于PHP70的版本[安装/扩展安装]优化。 diff --git a/plugins/op_waf/index.py b/plugins/op_waf/index.py index e166342b7..cbb1b83a6 100755 --- a/plugins/op_waf/index.py +++ b/plugins/op_waf/index.py @@ -520,7 +520,7 @@ def initDreplace(): content = contentReplace(content) mw.writeFile(waf_conf, content) - autoMakeConfig() + autoMakeConfig(True, False) pSqliteDb()