v1
latestOpenAPI 3.0.32026-07-17687987.2 KBfiltering
Check if host name is filtered
get/filtering/check_host
Query parameters
namestring
Filter by host name
Response
OK.
Example response
{
"reason": "NotFilteredNotFound",
"filter_id": 0,
"service_name": "service_name",
"cname": "cname",
"rule": "||example.org^",
"rules": [
{
"text": "||example.org^",
"filter_list_id": 123123
},
{
"text": "||example.org^",
"filter_list_id": 123123
}
],
"ip_addrs": [
"ip_addrs",
"ip_addrs"
]
}