dns: added WAHLAP billing DNS block #23

Merged
Dniel97 merged 1 commits from :develop into develop 2024-07-06 23:06:32 +00:00
Showing only changes of commit 8c839b0d4e - Show all commits

View File

@ -109,21 +109,27 @@ HRESULT dns_platform_hook_init(const struct dns_config *cfg)
return hr; return hr;
} }
// CHN // WAHLAP PowerOn
// PowerOn
hr = dns_hook_push(L"at.sys-all.cn", cfg->startup); hr = dns_hook_push(L"at.sys-all.cn", cfg->startup);
if (FAILED(hr)) { if (FAILED(hr)) {
return hr; return hr;
} }
// WeChat AimeDB Server // WAHLAP WeChat AimeDB Server
hr = dns_hook_push(L"ai.sys-all.cn", cfg->aimedb); hr = dns_hook_push(L"ai.sys-all.cn", cfg->aimedb);
if (FAILED(hr)) { if (FAILED(hr)) {
return hr; return hr;
} }
// WAHLAP Billing
hr = dns_hook_push(L"ib.sys-all.cn", cfg->billing);
if (FAILED(hr)) {
return hr;
}
// if your ISP resolves bad domains, it will kill the network. These 2 // if your ISP resolves bad domains, it will kill the network. These 2
// *cannot* resolve // *cannot* resolve