DnsServerResponseType: added new Dropped response type.

This commit is contained in:
Shreyas Zare 2024-02-04 18:11:57 +05:30
parent 2e473e1d39
commit 58d27ddfe8

View File

@ -1,6 +1,6 @@
/*
Technitium DNS Server
Copyright (C) 2023 Shreyas Zare (shreyas@technitium.com)
Copyright (C) 2024 Shreyas Zare (shreyas@technitium.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -33,7 +33,8 @@ namespace DnsServerCore.ApplicationCommon
Cached = 3,
Blocked = 4,
UpstreamBlocked = 5,
CacheBlocked = 6
CacheBlocked = 6,
Dropped = 7
}
/// <summary>