受欢迎的博客标签
RSS

博客

自建本地DNS c#
一次完整的查询请求经过的流程: Client -->hosts文件 -->DNS Service Local Cache --> DNS Server (recursion) --> Server Cache --> iteration(迭代) --> 根 --> 顶级域名DNS-->二级域名DNS
WireGuard - Admin Guide
Step 1: Ensure You Have Docker and Docker Compose InstalledStep 2: Set Up WireGuard VPN Server & WireGuard-UI with D
Implementing a .net Forward proxy server in C#(HTTP-CONNECT proxy)
o run a proxy server in a C# application, you will need to use the HttpListener class, which provides a simple way to create and listen for HTTP requests in your application. Here is an example of how you might use this class to create a simple Forward proxy server,
FastTunnel:nginx+FastTunnel Web server (server Ubuntu on vultr+windows client +Ubuntu FastTunnel client)
FastTunnel:nginx+FastTunnel Web server (server Ubuntu on vultr+windows client +Ubuntu FastTunnel client) server Ubuntu
Convert HTML to Word via MariGold.OpenXHTML - MariGold.OpenXHTML在线转换html到word
Convert HTML to Word via MariGold.OpenXHTML
How to use a Proxy with HttpClient in C# .Net
How to use a Proxy with HttpClient in C# .Net
How to Use a HttpClient Proxy in C# .Net (WebProxy)
By default, HttpClient reads the proxy configuration from the system settings. Change that behavior and set a proxy with a WebProxy instance
用FiddlerCoreAPI开源项目开发截获HTTPS流量 C# Forward Proxy Server
Fiddlercore拦截Https的原理是自己创建一个Https的证书,重新对网站的链接数据进行加密传输,所以,我们要通过代码创建一个https证书给Fiddlercore。 https的处理过程需要一个自签名证书
Run VS Code Server on any machine anywhere and access it in the browser
Visual Studio Code Server Run VS Code Server on any machine anywhere and access it in the browser   There are fo
Fiddlercore抓包工具 C# Forward Proxy Server
Fiddler抓包工具 Filder使用正向代理,配置系统或浏览器的代理服务器指向Filder,从而使请求数据经过Filder