mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-05-10 13:16:07 +00:00
updated apps to implement IDnsApplication
This commit is contained in:
@@ -28,7 +28,7 @@ using TechnitiumLibrary.Net.Dns;
|
||||
|
||||
namespace DropRequests
|
||||
{
|
||||
public class App : IDnsRequestController
|
||||
public class App : IDnsApplication, IDnsRequestController
|
||||
{
|
||||
#region variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user