mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 07:14:15 +08:00
style: Change files encoding format to UTF8-BOM
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
#include "stdafx.h"
|
||||
#include "ProxyConnectServer.h"
|
||||
#include "Resource.h"
|
||||
@@ -30,7 +30,7 @@ typedef struct {
|
||||
BYTE szIP;
|
||||
} Socks5Info;
|
||||
|
||||
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: curl --socks5 127.0.0.1:5543 https://www.example.com
|
||||
// 代理测试: curl --socks5 127.0.0.1:5543 https://www.example.com
|
||||
class CProxyMapDlg : public DialogBase
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user