There was an error while loading. Please reload this page.
2 parents e13677f + 2427339 commit 002c186Copy full SHA for 002c186
1 file changed
README.md
@@ -241,10 +241,8 @@ function on_response_headers(response) {
241
agents {
242
agent "js" {
243
type "custom"
244
- transport "unix_socket" {
245
- path "/var/run/zentinel/js.sock"
246
- }
247
- events ["request_headers", "response_headers"]
+ unix-socket "/var/run/zentinel/js.sock"
+ events "request_headers" "response_headers"
248
timeout-ms 100
249
failure-mode "open"
250
}
0 commit comments