mirror of https://github.com/2dust/v2rayN
Convert rule domain newLine to comma
parent
6b6169e248
commit
75742d8a9e
|
@ -64,6 +64,9 @@ namespace v2rayN.ViewModels
|
|||
|
||||
private void SaveRules()
|
||||
{
|
||||
Domain = Domain.Replace(Environment.NewLine, ",");
|
||||
IP = IP.Replace(Environment.NewLine, ",");
|
||||
|
||||
if (AutoSort)
|
||||
{
|
||||
SelectedSource.domain = Utils.String2ListSorted(Domain);
|
||||
|
|
Loading…
Reference in New Issue