mirror of
https://github.com/netchx/netch.git
synced 2026-04-17 21:09:01 +08:00
done
This commit is contained in:
17
Netch/3rd/DNS/Protocol/ResponseCode.cs
Normal file
17
Netch/3rd/DNS/Protocol/ResponseCode.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace DNS.Protocol
|
||||
{
|
||||
public enum ResponseCode
|
||||
{
|
||||
NoError = 0,
|
||||
FormatError,
|
||||
ServerFailure,
|
||||
NameError,
|
||||
NotImplemented,
|
||||
Refused,
|
||||
YXDomain,
|
||||
YXRRSet,
|
||||
NXRRSet,
|
||||
NotAuth,
|
||||
NotZone,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user