mirror of https://github.com/2dust/v2rayN
Config.cs: getSummary: adjust server summary
Signed-off-by: Beta Soft <betaxab@gmail.com>pull/1044/head
parent
b20c90acf0
commit
1675c67ddd
|
@ -403,7 +403,7 @@ namespace v2rayN.Mode
|
||||||
|
|
||||||
public string getSummary()
|
public string getSummary()
|
||||||
{
|
{
|
||||||
string summary = string.Format("{0}-", ((EConfigType)configType).ToString());
|
string summary = string.Format("[{0}] ", ((EConfigType)configType).ToString());
|
||||||
string[] arrAddr = address.Split('.');
|
string[] arrAddr = address.Split('.');
|
||||||
string addr;
|
string addr;
|
||||||
if (arrAddr.Length > 2)
|
if (arrAddr.Length > 2)
|
||||||
|
|
Loading…
Reference in New Issue