Compare commits

..

2 Commits

Author SHA1 Message Date
Kei-Luna
4bd66621bf Update ProxyServer.cs 2026-04-30 10:02:08 +09:00
Kei-Luna
14a611bf8e readme 2026-04-30 06:08:53 +09:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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);

View File

@@ -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

View File

@@ -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)
## 起動方法