1.0.11-rc

This commit is contained in:
2022-08-20 12:27:04 +04:00
parent 65c1d9c6d4
commit 6ec29e5dcd
13 changed files with 204 additions and 129 deletions
@@ -12,7 +12,7 @@ public class AuthorizationProviderByKey: IAuthorizationProvider
_configuration = configuration;
}
public async Task OnAuthorizationRequest(string key, string name, byte protocol, byte[] additionalData, Action<string, string> accept, Action<uint> reject)
public async Task OnAuthorizationRequest(string key, string name, byte[] additionalData, Action<string, string> accept, Action<uint> reject)
{
if (key == _configuration.Key)
{
+1
View File
@@ -1,5 +1,6 @@
{
"key": "defaultkey",
"protocol": "1.0.0",
"statisticsInterval": 5,
"sendRate": 30,
"port": 4444,