bunkerweb/examples/proxy-protocol/tests.json

13 lines
188 B
JSON
Raw Normal View History

2022-07-23 20:38:49 +00:00
{
"name": "proxy-protocol",
"kinds": ["docker"],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "http://www.example.com",
"string": "hello"
}
]
2022-08-17 12:01:18 +00:00
}