Expand Searx instance filter to check http errors

This commit is contained in:
Ben Busby 2021-11-24 16:17:53 -07:00
parent 4a824e449b
commit 7fbf761b05
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14

View File

@ -33,6 +33,7 @@ jobs:
.instances |
to_entries[] |
select(.value.network_type == "normal") |
select(.value.http.error == null) |
select(.value.tls != null) |
.key
] | sort' > searx-tmp.json