Improve: Use FRP to proxy payload download request

This commit is contained in:
yuanyuanxiang
2026-01-18 12:47:56 +01:00
parent 0b65a24ac2
commit f4fe81be34
6 changed files with 19 additions and 3 deletions

View File

@@ -49,4 +49,6 @@ public:
CEdit m_EditFrpToken;
CString m_sFrpToken;
CComboBox m_ComboVideoWall;
CEdit m_EditFileServerPort;
int m_nFileServerPort;
};