27℃
27℃
如题
Awesome project, please add a connection key for security.
你好
1、这么好的东西,停止更新了吗? 2、编译时提示如下错误,好像是缺少头文件,我使用的是 mingw 编译器,该源码是否不支持Windows? C:\Users\admin\XTunnel\xtun>make g++ -std=c++11 -c src/tunserver.cpp -o obj/tunserver.o In file included from src/reactor.h:9, from src/server.h:5, from src/tunserver.cpp:1: src/select_demultiplexer.h:5:10: fatal error: sys/select.h: No such file or directory #include...
读取不到 “Microsoft Windows Hardware Compatibility Publisher” 签名 sys文件: https://www.123pan.com/s/WVORVv-BKFEd 
服务端模式系统:Server 2016 客户端模式系统:macos catalina 10.15.2 版本:dtunnel_mac_x64_1.42_lite 使用TCP正向代理模式,监听本地端口。 服务端配置: dtunnel_lite -service 0.0.0.0:3000 -v -auth 1111111 -tcp 客户端配置: ./dtunnel_mac64 -service XXX.XXX.XXX.XXX:3000 -v -pipe 1 -auth 1111111 -compress -tcp -local 127.0.0.1:8888 -action 192.168.100.101:3389...
能否在百忙之中抽时间支持下UDP端口映射,感谢! 主要是lite版不能用于中间服务器转发数据,所以用不上lite版。
### Official FAQ - [X] I have checked the official FAQ. ### Ventoy Version 1.0.96 ### What about latest release Yes. I have tried the latest release, but the bug...
The DHCP4 server prompts "not implemented on Windows" when running on Windows system. Can it support Windows? Thanks
On windows,SetBlockSize is not work,when i set BlockSize=1024,It is observed through wireshark packet capture that the size of the packet returned by the TFTP server to the client is still...
建议增加一个Procmon的bootlogging功能,对于分析开机引导的恶意程序非常有用。 实现如下: 1、通过GUI写驱动服务自启、写驱动配置(捕获哪些数据、捕获多久/多大后自动停止还是手动停止、记录保存在哪里); 2、重启系统后,驱动根据配置开始捕获数据,并写入记录文件到指定目录(procmon默认在windows目录,后缀为pmb文件); 3、再次运行GUI程序时,检测是否为bootlogging状态(若此时还未重启系统,则不应检测bootlogging状态),是则提示是否停止捕获,并转换记录展示在GUI界面。 