We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5042cce commit 1e51ad2Copy full SHA for 1e51ad2
1 file changed
adaptix_struct.go
@@ -49,6 +49,11 @@ type AgentData struct {
49
Color string `json:"a_color"`
50
}
51
52
+type TaskDataTunnel struct {
53
+ ChannelId int
54
+ Data TaskData
55
+}
56
+
57
type TaskData struct {
58
Type int `json:"t_type"`
59
TaskId string `json:"t_task_id"`
@@ -150,6 +155,8 @@ type TunnelData struct {
150
155
Client string `json:"p_client"`
151
156
Fhost string `json:"p_fhost"`
152
157
Fport string `json:"p_fport"`
158
+ AuthUser string `json:"p_auth_user"`
159
+ AuthPass string `json:"p_auth_pass"`
153
160
154
161
162
type PivotData struct {
0 commit comments