mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 17:23:58 +00:00
Compare commits
2 Commits
v1.6
...
4bd66621bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bd66621bf | ||
|
|
14a611bf8e |
@@ -86,7 +86,7 @@ public sealed class ProxyServer(
|
||||
{
|
||||
using (client)
|
||||
{
|
||||
logger.Info($"Proxy New client: {client.Client.RemoteEndPoint}");
|
||||
//logger.Debug($"Proxy New client: {client.Client.RemoteEndPoint}");
|
||||
try
|
||||
{
|
||||
await HandleClientCoreAsync(client, cancellationToken);
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
## Requirements
|
||||
|
||||
- [.NET SDK 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
|
||||
- [.NET SDK 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
|
||||
|
||||
## Running
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ English documentation is available in [README.md](README.md).
|
||||
|
||||
## 要件
|
||||
|
||||
- [.NET SDK 9.0](https://dotnet.microsoft.com/ja-jp/download/dotnet/9.0)
|
||||
- [.NET SDK 10.0](https://dotnet.microsoft.com/ja-jp/download/dotnet/10.0)
|
||||
|
||||
## 起動方法
|
||||
|
||||
|
||||
Reference in New Issue
Block a user