Merge pull request #1044 from betaxab/patch-1

Config.cs: getSummary: adjust server summary
pull/1478/head^2
2dust 2020-10-09 20:18:16 +08:00 committed by GitHub
commit 3e575cc485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ namespace v2rayN.Mode
public string getSummary()
{
string summary = string.Format("{0}-", ((EConfigType)configType).ToString());
string summary = string.Format("[{0}] ", ((EConfigType)configType).ToString());
string[] arrAddr = address.Split('.');
string addr;
if (arrAddr.Length > 2)