1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
examples/websockets/autobahn/config/fuzzingclient.json

17 lines
256 B
JSON
Raw Normal View History

{
"outdir": "./reports/servers",
"servers": [
{
"agent": "actix-web-actors",
"url": "ws://host.docker.internal:9001"
}
],
"cases": ["*"],
"exclude-cases": [
2022-02-18 01:44:53 +00:00
"9.*",
"12.*",
"13.*"
],
"exclude-agent-cases": {}
}