mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-23 00:07:28 +00:00
DnsWebService: updated web server max request limit.
This commit is contained in:
@@ -270,6 +270,7 @@ namespace DnsServerCore
|
||||
}
|
||||
|
||||
serverOptions.AddServerHeader = false;
|
||||
serverOptions.Limits.MaxRequestBodySize = null;
|
||||
});
|
||||
|
||||
builder.Logging.ClearProviders();
|
||||
|
||||
Reference in New Issue
Block a user