mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-19 05:55:44 +00:00
Fix
This commit is contained in:
parent
ecf8b8f939
commit
d0031ad0bb
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ public partial class CoreConfigV2rayService
|
|||
|
||||
if (!_node.Finalmask.IsNullOrEmpty())
|
||||
{
|
||||
streamSettings.finalmask = JsonUtils.Deserialize<object>(_node.Finalmask);
|
||||
streamSettings.finalmask = JsonUtils.ParseJson(_node.Finalmask);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Reference in a new issue