mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
IDnsServer: added ResponsiblePerson property.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Technitium DNS Server
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using System.Net.Mail;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using TechnitiumLibrary.Net.Dns;
|
using TechnitiumLibrary.Net.Dns;
|
||||||
using TechnitiumLibrary.Net.Proxy;
|
using TechnitiumLibrary.Net.Proxy;
|
||||||
@@ -74,6 +75,11 @@ namespace DnsServerCore.ApplicationCommon
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
string ServerDomain { get; }
|
string ServerDomain { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The default responsible person email address for this DNS Server.
|
||||||
|
/// </summary>
|
||||||
|
MailAddress ResponsiblePerson { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The DNS cache object which provides direct access to the DNS server cache.
|
/// The DNS cache object which provides direct access to the DNS server cache.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user