Implemented "roundtrip" status checking. Added node ssl field.
This commit is contained in:
@@ -16,6 +16,7 @@ public class Node
|
||||
public string Token { get; set; }
|
||||
public int HttpPort { get; set; }
|
||||
public int FtpPort { get; set; }
|
||||
public bool UseSsl { get; set; }
|
||||
|
||||
// Misc
|
||||
public bool EnableTransparentMode { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user