We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb86c71 commit 935078aCopy full SHA for 935078a
internal/options/parse.go
@@ -178,7 +178,7 @@ Rule:
178
Response: # 替换的响应内容
179
Body:
180
Append: <script type='text/javascript'>setTimeout(function(){alert("hello goblin!");}, 2000);</script> # 追加字符串`
181
- pluginDemo := options.Proxy.PluginDir + "/" + "pam.yaml"
+ pluginDemo := options.Proxy.PluginDir + "/" + "demo.yaml"
182
err = ioutil.WriteFile(pluginDemo, []byte(demo), 0755) //nolint:
183
if err != nil {
184
log.Fatal("%s", err.Error())
0 commit comments