mirror of
https://github.com/snltty/linker.git
synced 2025-10-16 22:21:16 +08:00
测试UPNP
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user