dns: fix WAHLAP old billing DNS block too

This commit is contained in:
zaphkito 2024-11-09 21:41:30 +00:00
parent 1772ee458c
commit 3d36283a5b

View File

@ -136,7 +136,7 @@ HRESULT dns_platform_hook_init(const struct dns_config *cfg)
}
// WAHLAP Billing
hr = dns_hook_push(L"ib.sys-all.cn", cfg->billing);
hr = dns_hook_push(L"bl.sys-all.cn", cfg->billing);
if (FAILED(hr)) {
return hr;