add kizuna 2, load aime reader properly
This commit is contained in:
@ -73,6 +73,12 @@ HRESULT dns_platform_hook_init(const struct dns_config *cfg)
|
||||
return hr;
|
||||
}
|
||||
|
||||
hr = dns_hook_push(L"dev-game.sk2.nbgi-amnet.jp", cfg->startup);
|
||||
|
||||
if (FAILED(hr)) {
|
||||
return hr;
|
||||
}
|
||||
|
||||
// if your ISP resolves bad domains, it will kill the network. These 2
|
||||
// *cannot* resolve
|
||||
|
||||
|
Reference in New Issue
Block a user