Config.cs: getSummary: adjust server summary

Signed-off-by: Beta Soft <betaxab@gmail.com>
This commit is contained in:
Beta Soft 2020-10-09 20:10:51 +08:00
parent b20c90acf0
commit 1675c67ddd
No known key found for this signature in database
GPG key ID: 180A31AB98D5C156

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)