diff --git a/Apps/AdvancedBlockingApp/AdvancedBlockingApp.csproj b/Apps/AdvancedBlockingApp/AdvancedBlockingApp.csproj index 01843473..41f06522 100644 --- a/Apps/AdvancedBlockingApp/AdvancedBlockingApp.csproj +++ b/Apps/AdvancedBlockingApp/AdvancedBlockingApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 6.1.1 + 7.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/AdvancedForwardingApp/AdvancedForwardingApp.csproj b/Apps/AdvancedForwardingApp/AdvancedForwardingApp.csproj index 0252c45c..7113770b 100644 --- a/Apps/AdvancedForwardingApp/AdvancedForwardingApp.csproj +++ b/Apps/AdvancedForwardingApp/AdvancedForwardingApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 1.2 + 2.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/AutoPtrApp/AutoPtrApp.csproj b/Apps/AutoPtrApp/AutoPtrApp.csproj index 8c68d210..33339763 100644 --- a/Apps/AutoPtrApp/AutoPtrApp.csproj +++ b/Apps/AutoPtrApp/AutoPtrApp.csproj @@ -1,10 +1,10 @@ - + - net7.0 + net8.0 false true - 1.0.2 + 2.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/BlockPageApp/BlockPageApp.csproj b/Apps/BlockPageApp/BlockPageApp.csproj index df4b3748..435acd8f 100644 --- a/Apps/BlockPageApp/BlockPageApp.csproj +++ b/Apps/BlockPageApp/BlockPageApp.csproj @@ -1,52 +1,56 @@  - - net7.0 - false - 4.3.1 - Technitium - Technitium DNS Server - Shreyas Zare - BlockPageApp - BlockPage - https://technitium.com/dns/ - https://github.com/TechnitiumSoftware/DnsServer - Serves a block page from a built-in web server that can be displayed to the end user when a website is blocked by the DNS server.\n\nNote: You need to manually set the Blocking Type as Custom Address in the blocking settings and configure the current server's IP address as Custom Blocking Addresses for the block page to be served to the users. Use a PKCS #12 certificate (.pfx) for enabling HTTPS support. Enabling HTTPS support will show certificate error to the user which is expected and the user will have to proceed ignoring the certificate error to be able to see the block page. - false - Library - + + net8.0 + false + 5.0 + Technitium + Technitium DNS Server + Shreyas Zare + BlockPageApp + BlockPage + https://technitium.com/dns/ + https://github.com/TechnitiumSoftware/DnsServer + Serves a block page from a built-in web server that can be displayed to the end user when a website is blocked by the DNS server.\n\nNote: You need to manually set the Blocking Type as Custom Address in the blocking settings and configure the current server's IP address as Custom Blocking Addresses for the block page to be served to the users. Use a PKCS #12 certificate (.pfx) for enabling HTTPS support. Enabling HTTPS support will show certificate error to the user which is expected and the user will have to proceed ignoring the certificate error to be able to see the block page. + false + Library + - - - + + + - - - PreserveNewest - - + + + false + + - - - false - - - - - - ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.dll - false - + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.dll + false + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.dll false - + - - - PreserveNewest - - + + + PreserveNewest + + + + + + + + + + PreserveNewest + + diff --git a/Apps/DefaultRecordsApp/DefaultRecordsApp.csproj b/Apps/DefaultRecordsApp/DefaultRecordsApp.csproj index fff3ecd1..55848d7b 100644 --- a/Apps/DefaultRecordsApp/DefaultRecordsApp.csproj +++ b/Apps/DefaultRecordsApp/DefaultRecordsApp.csproj @@ -1,10 +1,10 @@  - net7.0 + net8.0 false true - 1.0 + 2.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/Dns64App/Dns64App.csproj b/Apps/Dns64App/Dns64App.csproj index 4195166c..420a3e94 100644 --- a/Apps/Dns64App/Dns64App.csproj +++ b/Apps/Dns64App/Dns64App.csproj @@ -1,9 +1,9 @@ - + - net7.0 + net8.0 false - 2.0 + 3.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/DnsBlockListApp/DnsBlockListApp.csproj b/Apps/DnsBlockListApp/DnsBlockListApp.csproj index c50a5fad..bb1c66bc 100644 --- a/Apps/DnsBlockListApp/DnsBlockListApp.csproj +++ b/Apps/DnsBlockListApp/DnsBlockListApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 1.0.1 + 2.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/DnsRebindingProtectionApp/DnsRebindingProtectionApp.csproj b/Apps/DnsRebindingProtectionApp/DnsRebindingProtectionApp.csproj new file mode 100644 index 00000000..64859e5f --- /dev/null +++ b/Apps/DnsRebindingProtectionApp/DnsRebindingProtectionApp.csproj @@ -0,0 +1,42 @@ + + + + net8.0 + false + 1.1 + Technitium + Technitium DNS Server + Shreyas Zare, Rui Fung Yip + DnsRebindingProtectionApp + DnsRebindingProtection + https://technitium.com/dns/ + https://github.com/TechnitiumSoftware/DnsServer + Protects from DNS rebinding attacks using configured private domains and networks. + false + Library + + + + + false + + + + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.dll + false + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.dll + false + + + + + + PreserveNewest + + + + diff --git a/Apps/DropRequestsApp/DropRequestsApp.csproj b/Apps/DropRequestsApp/DropRequestsApp.csproj index 546d56c5..87a6c38d 100644 --- a/Apps/DropRequestsApp/DropRequestsApp.csproj +++ b/Apps/DropRequestsApp/DropRequestsApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 4.0 + 5.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/FailoverApp/FailoverApp.csproj b/Apps/FailoverApp/FailoverApp.csproj index bb2277a9..10e67f29 100644 --- a/Apps/FailoverApp/FailoverApp.csproj +++ b/Apps/FailoverApp/FailoverApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 6.2 + 7.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/GeoContinentApp/GeoContinentApp.csproj b/Apps/GeoContinentApp/GeoContinentApp.csproj index cdb2b231..a6a63540 100644 --- a/Apps/GeoContinentApp/GeoContinentApp.csproj +++ b/Apps/GeoContinentApp/GeoContinentApp.csproj @@ -1,10 +1,10 @@  - net7.0 + net8.0 false true - 6.0.4 + 7.0 Technitium Technitium DNS Server Shreyas Zare @@ -18,7 +18,7 @@ - + diff --git a/Apps/GeoCountryApp/GeoCountryApp.csproj b/Apps/GeoCountryApp/GeoCountryApp.csproj index 60d2efa1..455d108a 100644 --- a/Apps/GeoCountryApp/GeoCountryApp.csproj +++ b/Apps/GeoCountryApp/GeoCountryApp.csproj @@ -1,10 +1,10 @@  - net7.0 + net8.0 false true - 6.0.4 + 7.0 Technitium Technitium DNS Server Shreyas Zare @@ -18,7 +18,7 @@ - + diff --git a/Apps/GeoDistanceApp/GeoDistanceApp.csproj b/Apps/GeoDistanceApp/GeoDistanceApp.csproj index 90a239f2..7f211b9f 100644 --- a/Apps/GeoDistanceApp/GeoDistanceApp.csproj +++ b/Apps/GeoDistanceApp/GeoDistanceApp.csproj @@ -1,10 +1,10 @@  - net7.0 + net8.0 false true - 6.0.4 + 7.0 Technitium Technitium DNS Server Shreyas Zare @@ -18,7 +18,7 @@ - + diff --git a/Apps/NoDataApp/NoDataApp.csproj b/Apps/NoDataApp/NoDataApp.csproj index ba9e72f5..aacafb59 100644 --- a/Apps/NoDataApp/NoDataApp.csproj +++ b/Apps/NoDataApp/NoDataApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 2.0.3 + 3.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/NxDomainApp/NxDomainApp.csproj b/Apps/NxDomainApp/NxDomainApp.csproj index d3cf276e..ec6cdf85 100644 --- a/Apps/NxDomainApp/NxDomainApp.csproj +++ b/Apps/NxDomainApp/NxDomainApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 4.0 + 5.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/NxDomainOverrideApp/NxDomainOverrideApp.csproj b/Apps/NxDomainOverrideApp/NxDomainOverrideApp.csproj new file mode 100644 index 00000000..7171218c --- /dev/null +++ b/Apps/NxDomainOverrideApp/NxDomainOverrideApp.csproj @@ -0,0 +1,42 @@ + + + + net8.0 + false + 1.0 + Technitium + Technitium DNS Server + Shreyas Zare + NxDomainOverrideApp + NxDomainOverride + https://technitium.com/dns/ + https://github.com/TechnitiumSoftware/DnsServer + Overrides NX Domain response with custom A/AAAA record response for configured domain names. + false + Library + + + + + false + + + + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.dll + false + + + ..\..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.dll + false + + + + + + PreserveNewest + + + + diff --git a/Apps/QueryLogsSqliteApp/QueryLogsSqliteApp.csproj b/Apps/QueryLogsSqliteApp/QueryLogsSqliteApp.csproj index 94fb243b..8b6e4d13 100644 --- a/Apps/QueryLogsSqliteApp/QueryLogsSqliteApp.csproj +++ b/Apps/QueryLogsSqliteApp/QueryLogsSqliteApp.csproj @@ -1,10 +1,10 @@  - net7.0 + net8.0 false true - 4.1 + 5.0 Technitium Technitium DNS Server Shreyas Zare @@ -18,7 +18,7 @@ - + diff --git a/Apps/SplitHorizonApp/SplitHorizonApp.csproj b/Apps/SplitHorizonApp/SplitHorizonApp.csproj index d2b5e094..f14c06e2 100644 --- a/Apps/SplitHorizonApp/SplitHorizonApp.csproj +++ b/Apps/SplitHorizonApp/SplitHorizonApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 6.1 + 7.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/WeightedRoundRobinApp/WeightedRoundRobinApp.csproj b/Apps/WeightedRoundRobinApp/WeightedRoundRobinApp.csproj index 6e81ab8c..7dd22646 100644 --- a/Apps/WeightedRoundRobinApp/WeightedRoundRobinApp.csproj +++ b/Apps/WeightedRoundRobinApp/WeightedRoundRobinApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 1.0.2 + 2.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/WhatIsMyDnsApp/WhatIsMyDnsApp.csproj b/Apps/WhatIsMyDnsApp/WhatIsMyDnsApp.csproj index 60503dad..8578f9c2 100644 --- a/Apps/WhatIsMyDnsApp/WhatIsMyDnsApp.csproj +++ b/Apps/WhatIsMyDnsApp/WhatIsMyDnsApp.csproj @@ -1,10 +1,10 @@  - net7.0 + net8.0 false true - 5.0.5 + 6.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/WildIpApp/WildIpApp.csproj b/Apps/WildIpApp/WildIpApp.csproj index d82d36a1..0078a1a4 100644 --- a/Apps/WildIpApp/WildIpApp.csproj +++ b/Apps/WildIpApp/WildIpApp.csproj @@ -1,10 +1,10 @@  - net7.0 + net8.0 false true - 2.2 + 3.0 Technitium Technitium DNS Server Shreyas Zare diff --git a/Apps/ZoneAliasApp/ZoneAliasApp.csproj b/Apps/ZoneAliasApp/ZoneAliasApp.csproj index 2d540e0e..3b917d71 100644 --- a/Apps/ZoneAliasApp/ZoneAliasApp.csproj +++ b/Apps/ZoneAliasApp/ZoneAliasApp.csproj @@ -1,9 +1,9 @@  - net7.0 + net8.0 false - 1.0 + 2.0 Technitium Technitium DNS Server Shreyas Zare