diff --git a/Apps/BlockPageApp/BlockPageApp.csproj b/Apps/BlockPageApp/BlockPageApp.csproj index 03e22bfe..aa31fad9 100644 --- a/Apps/BlockPageApp/BlockPageApp.csproj +++ b/Apps/BlockPageApp/BlockPageApp.csproj @@ -3,7 +3,7 @@ net8.0 false - 6.0.1 + 6.1 false Technitium Technitium DNS Server diff --git a/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj b/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj index c7eb49a8..cfd5d784 100644 --- a/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj +++ b/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj @@ -4,7 +4,7 @@ net8.0 false true - 1.0 + 1.1 false Technitium Technitium DNS Server @@ -13,7 +13,7 @@ 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. + Logs all incoming DNS requests and their responses in a MySQL database that can be queried from the DNS Server web console.\n\nNote! You will need to create a user and grant all privileges on the database to the user so that the app will be able to access it. To do that run the following commands with the required database name and username on your mysql root prompt:\nCREATE USER 'user'@'%' IDENTIFIED BY 'password';\nGRANT ALL PRIVILEGES ON DatabaseName.* TO 'user'@'%'; false Library enable diff --git a/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj b/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj index a94fa5d1..90effde6 100644 --- a/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj +++ b/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj @@ -4,7 +4,7 @@ net8.0 false true - 1.0 + 1.1 false Technitium Technitium DNS Server @@ -13,7 +13,7 @@ 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. + Logs all incoming DNS requests and their responses in a Microsoft SQL Server database that can be queried from the DNS Server web console.\n\nNote! You will need to create a database user, edit the database user properties and enable 'dbcreator' Server Role so that the app is able to create and initialize the database. false Library enable