mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-14 04:20:04 +02:00
17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://console.substack.com/p/console-72$"
|
|
},
|
|
{
|
|
"pattern": "^https://github.com/passteque/gluetun$"
|
|
}
|
|
],
|
|
"timeout": "20s",
|
|
"retryOn429": false,
|
|
"fallbackRetryDelay": "30s",
|
|
"aliveStatusCodes": [
|
|
200,
|
|
429
|
|
]
|
|
} |