测试UPNP

This commit is contained in:
snltty
2024-10-08 00:20:15 +08:00
parent 6f5918eaad
commit 805374b632
2 changed files with 2 additions and 3 deletions

View File

@@ -245,8 +245,7 @@ namespace linker.plugins.relay
{
return fileConfig.Data.Client.Relay.Servers
.Where(c => c.Disabled == false)
.Where(c => string.IsNullOrWhiteSpace(c.Host) == false)
.Where(c => c.Delay >= 0);
.Where(c => string.IsNullOrWhiteSpace(c.Host) == false);
}
private RelayServerInfo GetServer(string name)
{