mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +00:00
Fix xray custom dns
This commit is contained in:
parent
bfa9eaa5ec
commit
e8652444e0
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ public partial class CoreConfigV2rayService
|
|||
|
||||
FillDnsDomainsCustom(obj);
|
||||
|
||||
_coreConfig.dns = JsonUtils.Deserialize<Dns4Ray>(JsonUtils.Serialize(obj));
|
||||
_coreConfig.dns = obj;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue