This commit is contained in:
Connection Refused
2019-12-02 19:51:12 +08:00
commit b2ea730984
229 changed files with 86605 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
namespace DNS.Protocol
{
public enum ResponseCode
{
NoError = 0,
FormatError,
ServerFailure,
NameError,
NotImplemented,
Refused,
YXDomain,
YXRRSet,
NXRRSet,
NotAuth,
NotZone,
}
}