mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
add token
This commit is contained in:
parent
79691ee949
commit
9afb1a4bd4
|
@ -159,7 +159,7 @@ namespace FastTunnel.Core.Client
|
|||
{
|
||||
Webs = ClientConfig.Webs,
|
||||
SSH = ClientConfig.SSH,
|
||||
Token = ClientConfig.Attach
|
||||
Token = ClientConfig.Token
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -14,6 +14,6 @@ namespace FastTunnel.Core.Config
|
|||
|
||||
public IEnumerable<SSHConfig> SSH { get; set; }
|
||||
|
||||
public string Attach { get; set; }
|
||||
public string Token { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user