HTTP 内网穿透

This commit is contained in:
naiba
2024-07-14 19:41:13 +08:00
parent e674ee7177
commit f220134e5b
3 changed files with 71 additions and 6 deletions
+6
View File
@@ -10,8 +10,14 @@ const (
TaskTypeUpgrade
TaskTypeKeepalive
TaskTypeTerminalGRPC
TaskTypeNAT
)
type TerminalTask struct {
StreamID string
}
type TaskNAT struct {
StreamID string
Host string
}