mirror of
https://github.com/2dust/v2rayN.git
synced 2026-03-22 00:08:16 +05:00
Fix xray custom dns (#8872)
This commit is contained in:
@@ -437,7 +437,7 @@ public partial class CoreConfigV2rayService
|
||||
|
||||
FillDnsDomainsCustom(obj);
|
||||
|
||||
_coreConfig.dns = JsonUtils.Deserialize<Dns4Ray>(JsonUtils.Serialize(obj));
|
||||
_coreConfig.dns = obj;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user