mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-04 20:55:30 +00:00
ClientFullyQualifiedDomainNameFlags: added flags attribute.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Technitium DNS Server
|
||||
Copyright (C) 2019 Shreyas Zare (shreyas@technitium.com)
|
||||
Copyright (C) 2021 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
|
||||
@@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using TechnitiumLibrary.IO;
|
||||
@@ -24,6 +25,7 @@ using TechnitiumLibrary.Net.Dns;
|
||||
|
||||
namespace DnsServerCore.Dhcp.Options
|
||||
{
|
||||
[Flags]
|
||||
enum ClientFullyQualifiedDomainNameFlags : byte
|
||||
{
|
||||
None = 0,
|
||||
|
||||
Reference in New Issue
Block a user