网速统计

This commit is contained in:
snltty
2024-09-24 16:23:26 +08:00
parent 85fd3a69c1
commit 0a16a79e9b
34 changed files with 671 additions and 242 deletions

View File

@@ -29,9 +29,6 @@ namespace linker.plugins.tunnel
private readonly RunningConfig running;
private readonly TunnelExcludeIPTransfer excludeIPTransfer;
private string wanPortConfigKey = "tunnelWanPortProtocols";
private string transportConfigKey = "tunnelTransports";
public TunnelAdapter(ClientSignInState clientSignInState, MessengerSender messengerSender, FileConfig config, RunningConfig running, TunnelExcludeIPTransfer excludeIPTransfer)
{
this.clientSignInState = clientSignInState;