mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Merge pull request #1044 from betaxab/patch-1
Config.cs: getSummary: adjust server summary
This commit is contained in:
commit
3e575cc485
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue