diff --git a/Apps/DropRequestsApp/DropRequestsApp.csproj b/Apps/DropRequestsApp/DropRequestsApp.csproj index 97b257e0..ceb67ce7 100644 --- a/Apps/DropRequestsApp/DropRequestsApp.csproj +++ b/Apps/DropRequestsApp/DropRequestsApp.csproj @@ -3,7 +3,7 @@ net8.0 false - 6.0 + 6.1 false Technitium Technitium DNS Server diff --git a/Apps/LogExporterApp/LogExporterApp.csproj b/Apps/LogExporterApp/LogExporterApp.csproj index 337b3bb4..ab221377 100644 --- a/Apps/LogExporterApp/LogExporterApp.csproj +++ b/Apps/LogExporterApp/LogExporterApp.csproj @@ -20,9 +20,9 @@ - + - + diff --git a/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj b/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj new file mode 100644 index 00000000..c7eb49a8 --- /dev/null +++ b/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj @@ -0,0 +1,49 @@ + + + + net8.0 + false + true + 1.0 + false + Technitium + Technitium DNS Server + Shreyas Zare + QueryLogsMySqlApp + QueryLogsMySql + https://technitium.com/dns/ + https://github.com/TechnitiumSoftware/DnsServer + Logs all incoming DNS requests and their responses in a MySQL database that can be queried from the DNS Server web console. + false + Library + enable + + + + + + + + + false + + + + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.dll + false + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.dll + True + + + + + + PreserveNewest + + + + diff --git a/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj b/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj new file mode 100644 index 00000000..a94fa5d1 --- /dev/null +++ b/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj @@ -0,0 +1,50 @@ + + + + net8.0 + false + true + 1.0 + false + Technitium + Technitium DNS Server + Shreyas Zare + QueryLogsSqlServerApp + QueryLogsSqlServer + https://technitium.com/dns/ + https://github.com/TechnitiumSoftware/DnsServer + Logs all incoming DNS requests and their responses in a Microsoft SQL Server database that can be queried from the DNS Server web console. + false + Library + enable + + + + + + + + + + false + + + + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.dll + false + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.dll + false + + + + + + PreserveNewest + + + + diff --git a/Apps/QueryLogsSqliteApp/QueryLogsSqliteApp.csproj b/Apps/QueryLogsSqliteApp/QueryLogsSqliteApp.csproj index 5fd02bfc..5dbf0772 100644 --- a/Apps/QueryLogsSqliteApp/QueryLogsSqliteApp.csproj +++ b/Apps/QueryLogsSqliteApp/QueryLogsSqliteApp.csproj @@ -4,7 +4,7 @@ net8.0 false true - 6.1 + 7.0 false Technitium Technitium DNS Server @@ -19,7 +19,7 @@ - +