dns: fix WAHLAP new billing DNS block

This commit is contained in:
zaphkito 2024-11-09 21:36:58 +00:00
parent 7972de9323
commit 1772ee458c

View File

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