|
92 | 92 | "version": "9.1", |
93 | 93 | "url": "https://download.technitium.com/dns/apps/AdvancedBlockingApp-v9.1.zip", |
94 | 94 | "size": "33.08 KB" |
| 95 | + }, |
| 96 | + { |
| 97 | + "serverVersion": "14.3", |
| 98 | + "version": "10.0", |
| 99 | + "url": "https://download.technitium.com/dns/apps/AdvancedBlockingApp-v10.zip", |
| 100 | + "size": "33.12 KB" |
95 | 101 | } |
96 | 102 | ] |
97 | 103 | }, |
|
284 | 290 | "version": "7.0", |
285 | 291 | "url": "https://download.technitium.com/dns/apps/BlockPageApp-v7.zip", |
286 | 292 | "size": "28.7 KB" |
| 293 | + }, |
| 294 | + { |
| 295 | + "serverVersion": "14.3", |
| 296 | + "version": "7.1", |
| 297 | + "url": "https://download.technitium.com/dns/apps/BlockPageApp-v7.1.zip", |
| 298 | + "size": "28.88 KB" |
287 | 299 | } |
288 | 300 | ] |
289 | 301 | }, |
|
572 | 584 | "version": "9.0", |
573 | 585 | "url": "https://download.technitium.com/dns/apps/FailoverApp-v9.zip", |
574 | 586 | "size": "50.5 KB" |
| 587 | + }, |
| 588 | + { |
| 589 | + "serverVersion": "14.3", |
| 590 | + "version": "9.1", |
| 591 | + "url": "https://download.technitium.com/dns/apps/FailoverApp-v9.1.zip", |
| 592 | + "size": "50.54 KB" |
575 | 593 | } |
576 | 594 | ] |
577 | 595 | }, |
|
692 | 710 | "version": "9.0", |
693 | 711 | "url": "https://download.technitium.com/dns/apps/GeoContinentApp-v9.zip", |
694 | 712 | "size": "10.5 MB" |
| 713 | + }, |
| 714 | + { |
| 715 | + "serverVersion": "14.3", |
| 716 | + "version": "9.0.1", |
| 717 | + "url": "https://download.technitium.com/dns/apps/GeoContinentApp-v9.0.1.zip", |
| 718 | + "size": "10.59 MB" |
695 | 719 | } |
696 | 720 | ] |
697 | 721 | }, |
|
770 | 794 | "version": "9.0", |
771 | 795 | "url": "https://download.technitium.com/dns/apps/GeoCountryApp-v9.zip", |
772 | 796 | "size": "10.5 MB" |
| 797 | + }, |
| 798 | + { |
| 799 | + "serverVersion": "14.3", |
| 800 | + "version": "9.0.1", |
| 801 | + "url": "https://download.technitium.com/dns/apps/GeoCountryApp-v9.0.1.zip", |
| 802 | + "size": "10.59 MB" |
773 | 803 | } |
774 | 804 | ] |
775 | 805 | }, |
|
842 | 872 | "version": "9.0", |
843 | 873 | "url": "https://download.technitium.com/dns/apps/GeoDistanceApp-v9.zip", |
844 | 874 | "size": "35.5 MB" |
| 875 | + }, |
| 876 | + { |
| 877 | + "serverVersion": "14.3", |
| 878 | + "version": "9.0.1", |
| 879 | + "url": "https://download.technitium.com/dns/apps/GeoDistanceApp-v9.0.1.zip", |
| 880 | + "size": "35.59 MB" |
845 | 881 | } |
846 | 882 | ] |
847 | 883 | }, |
|
1033 | 1069 | }, |
1034 | 1070 | { |
1035 | 1071 | "name": "Query Logs (MySQL)", |
1036 | | - "description": "Logs all incoming DNS requests and their responses in a MySQL/MariaDB database that can be queried from the DNS Server web console.", |
| 1072 | + "description": "Logs all incoming DNS requests and their responses in a MySQL/MariaDB 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'@'%';\n\nOnce the database is configured, edit the app's config to update the database name, connection string, and set enableLogging to true. The app will automatically create the required database schema for you and start logging queries once you save the config.", |
1037 | 1073 | "versions": [ |
1038 | 1074 | { |
1039 | 1075 | "serverVersion": "13.4", |
|
1064 | 1100 | "version": "3.0", |
1065 | 1101 | "url": "https://download.technitium.com/dns/apps/QueryLogsMySqlApp-v3.zip", |
1066 | 1102 | "size": "478 KB" |
| 1103 | + }, |
| 1104 | + { |
| 1105 | + "serverVersion": "14.3", |
| 1106 | + "version": "3.0.1", |
| 1107 | + "url": "https://download.technitium.com/dns/apps/QueryLogsMySqlApp-v3.0.1.zip", |
| 1108 | + "size": "482.76 KB" |
1067 | 1109 | } |
1068 | 1110 | ] |
1069 | 1111 | }, |
|
1213 | 1255 | }, |
1214 | 1256 | { |
1215 | 1257 | "name": "Split Horizon", |
1216 | | - "description": "Allows creating APP records in primary and forwarder zones that can return different set of A or AAAA records, or CNAME record for clients querying over public, private, or other specified networks.\n\nEnables Address Translation of IP addresses in a DNS response for A & AAAA type request based on the client's network address and the configured 1:1 translation.", |
| 1258 | + "description": "Allows creating APP records in primary and forwarder zones that can return different set of A or AAAA records, or CNAME record for clients querying over public, private, or other specified networks.\n\nEnables Address Translation of IP addresses in a DNS response for A & AAAA type request based on the client's network address or configured domain names, and the configured 1:1 translation.", |
1217 | 1259 | "versions": [ |
1218 | 1260 | { |
1219 | 1261 | "serverVersion": "9.0", |
|
1286 | 1328 | "version": "9.0", |
1287 | 1329 | "url": "https://download.technitium.com/dns/apps/SplitHorizonApp-v9.zip", |
1288 | 1330 | "size": "19.7 KB" |
| 1331 | + }, |
| 1332 | + { |
| 1333 | + "serverVersion": "14.3", |
| 1334 | + "version": "10.0", |
| 1335 | + "url": "https://download.technitium.com/dns/apps/SplitHorizonApp-v10.zip", |
| 1336 | + "size": "20.27 KB" |
1289 | 1337 | } |
1290 | 1338 | ] |
1291 | 1339 | }, |
|
0 commit comments